DrkFusion
07-30-2002, 07:00 PM
I modified a line in my php where
$result = mysql_query($sql);
to
$result = $DB_site->query($sql);
so it would reflect the global use, now it doesn't work it gives me a parse error.
Parse error: parse error in /home/sites/site12/web/forums/review_add.php on line 11
Can somone help.
*You may be asking why this is in general discussion, well because php is for php help, and it doesn't say anything about hacks in the description, and in support, its for people that are stuck with hacks, so I thought I would put it here*
Thanks
Drk
$result = mysql_query($sql);
to
$result = $DB_site->query($sql);
so it would reflect the global use, now it doesn't work it gives me a parse error.
Parse error: parse error in /home/sites/site12/web/forums/review_add.php on line 11
Can somone help.
*You may be asking why this is in general discussion, well because php is for php help, and it doesn't say anything about hacks in the description, and in support, its for people that are stuck with hacks, so I thought I would put it here*
Thanks
Drk