View Single Post
Old 06-23-2004, 10:13 AM   #5 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,503
sde is on a distinguished road
when you are getting parse errors, please report the line that the error is happening on. it makes helping you much easier ..

just from looking at it, i say it's your first comment
PHP Code:
# first get a mysql connection as per the FAQ 
'#' is not a comment character in php.. use '//'
PHP Code:
// first get a mysql connection as per the FAQ 
__________________
Mike
sde is offline   Reply With Quote