Thread
:
Inserting javascript code into a PHP page/????How???
View Single Post
09-17-2007, 09:14 PM
psili
Confirmed User
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Here's a lame way to do it:
$js=<<<EOQ
<script type="text/javascript" language="javascript">
alert("Hi there");
</script>
EOQ;
echo $js;
__________________
Your post count means nothing.
psili
View Public Profile
Visit psili's homepage!
Find More Posts by psili