Alf Stockton wrote:
I have written my program in such a way that all the html is separate from my php but now I need to include a piece of javascript within the php but the php is very unhappy with <script type="text/javascript">,
telling me Parse error: syntax error, unexpected '<' on that line.
How do I do this?


Err...
echo '<script type="text/javascript">';
should do it.

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to