Quote:
Originally posted by Webmasta XT
I added this code
in the online.php
PHP Code:
echo(" <img src="http://xtreme-gods.net/layout/icon.jpg"> $regmemberson");
But I get this error
PHP Code:
Parse error: parse error in /home/virtual/site24/fst/var/www/html/online1.php on line 81
|
Try this:
PHP Code:
echo(" <img src='http://xtreme-gods.net/layout/icon.jpg'> $regmemberson");
(Note single quotes instead of doube inside the img tag)
Matthew Yette
matt@antsmarching.org