View Single Post
  #7 (permalink)  
Old 06-08-09, 05:37 PM
mdhall's Avatar
mdhall mdhall is offline
Aspiring Coder
 
Join Date: Oct 2003
Posts: 510
Thanks: 1
Thanked 1 Time in 1 Post
PHP Code:


        
</td>
    </
tr>  
</
table>
</
form>"; 
Actually, you can get by without the echo's and escapes and just use HTML if you want, as long as you go back into PHP when needed.
Reply With Quote