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