1 2 3 |
<?PHP ECHO "<html><script> alert('i love t4tutorials.com') </script></html>"; ?> |
How to use Java script code in PHP? Example
In this example, I will tell you how to use Javascript code inside PHP code.