![]() |
Inserting javascript code into a PHP page/????How???
do i have to use echo?
echo fgfdg echo gffgfsdgf and so on? |
Here's a lame way to do it:
$js=<<<EOQ <script type="text/javascript" language="javascript"> alert("Hi there"); </script> EOQ; echo $js; |
thx i got it from here :-)
|
Code:
<?php |
Quote:
|
hehehehehe
|
All times are GMT -7. The time now is 04:20 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123