Re: Access javascript from php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux