Do u usually mix your PHP with html. In that case you probably have a lot of 'echo's. You also must escape the " characters. There is a simpler way to do things. Use the php EOF.
PHP:
-
print <<<eof
-
//place your html code here
-
eof;
-
?>
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.