I used the following code:
<?php $YourName = "Merry"; $Today = date("l F d, Y"); ?>
Today's date: <?php print("$Today\n"); print("$YourName"); ?>
Straight forward stuff? yea... but after you out put the page: its this:
<html>
<body>
Today's date:
Monday June 16, 2003
Merry<img src="http://insight_/http://www.phoenixcomm.net/~harrison/test3.php/in.gif" border=0 width=0 height=0 ></body>
</html>
QUESTION:
where and what the H*** is the "<img src="http://insight_/http://www.phoenixcomm.net/~harrison/test3.php/in.gif" border=0 width=0 height=0 >" line coming from?????????
I have looked at othe tests ie www.phoenixcomm.net/~harrison/test2/ and get the same stuff!!!!
HEEEEELLLLLP
Cris Harrison
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php