hey all - i have a question - I'm writing a site in HTML and then using a HTML - PHP converter to convert to php so i can add in my login script
I just was adding a user online script and i'm getting this error
Parse error: parse error, expecting ','' or';'' in /home/games4/public_html/useronline/users.php on line 16
is this an error on the site or in the file users.php - i edited a bit in users.php but it all seems to look fine
if ($user == 1){
echo "<font size="1" face="Verdana"><b>$user</b> Users Browsing</font>";
}
else{
echo "<font size="1" face="Verdana"><b>$user</b> Users Browsing</font>";
}
?>
is something wrong with the above?
Thanks in advance, great forums here
Regards,
Bill