I am planning to move to PHP from VBscript- However, i noticed that with VBscript- it is easy to format by tables, and insert my VBscript code- and still see the results in an HTML editor- since the HTML code is separate from teh vbscript
example
<INPUT type="text" value="<%=myvbvariable%>
however, in PHP the HTML code is inside the PHP code, thus HOW am a supposed to format my HTML ?