ugghh another problem I've seen to run into...
I have around 12 lines of html code and I tried to put them all in one
print " <code> "
but that didn't seem to work so I not put echo's...
echo "<FORM METHOD="POST" ACTION="http://domain.com/new/signup.php">\n";
and a few lines like that...
But I get
Parse error: parse error, expecting ','' or';'' in c:\apache\htdocs\smileinj\final.php on line 35
when executed? What am I missing??