Google
Showing posts with label javscript and PHP combination. Show all posts
Showing posts with label javscript and PHP combination. Show all posts

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