How to call JavaScript function from PHP
This article will show you how to call a JavaScript function from within PHP code. It is quite simple actually!
echo "<script language=javascript>myfunction();</script>";
0 comments / August 11, 2009 / sood / Programming – PHP
This article will show you how to call a JavaScript function from within PHP code. It is quite simple actually!
echo "<script language=javascript>myfunction();</script>";