View Single Post
Old 06-30-2004, 02:32 PM   #1 (permalink)
FaderMonkey
Psycho
 
FaderMonkey's Avatar
 
Location: Orlando, FL
[PHP/MySQL] I'm new at this...please be nice

I'm getting this error:

Quote:
Parse error: parse error, expecting `','' or `';'' in /home/dtlott/public_html/test/index4.php on line 100
For this line of code:

Quote:
echo "<font face="skia"><b>$entrytitle</b></font>";
It's only happening when I use those FONT tabs. When I take them out, it's fine. Am I not allowed to use those there?
FaderMonkey is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47