Google

Saturday, July 26, 2008

how write javascript code into PHP code ?

You just echo / print the javascript like you would do with html, like:

echo and then start script tag here

write the code echo alert();

echo and script tag end here

No comments: