PHP + Html?
Im having a hard time with php code and html code in one. I know you can have something like
html code here...<? php code here ?> and than more html code here....
But i keep getting a syntax error, why?
No i dont, this is what it fully says...
Parse error: syntax error, unexpected $end in C:\wamp\www\Work\surveyGuide.php on line 201
and it points to my end thing ?>
See it goes <? php code ?> and than html....<?php code ?>
|