Page 1 of 1

parse error

Posted: Fri Jan 23, 2004 7:07 pm
by gpitts
Can someone please tell me what is wrong HERE!

Error when trying to open Admin.php file with my browser

Parse error: parse error in /home/gulfwarvet/public_html/l10apps/l10hc_admin.php on line 33

This is from the php file

Line 31 if(!file_exists("$acct/L10HC_AcctParams.php")) {
Line 32 include("L10HC_LIB2.php");
Line33 include_path=('.:/usr/share/pear/:/usr/lib');

NEED HELP!

Please cotact me ASAP!

Ken Rogers :(
Webmaster
krogers@idir.net / webmaster@gulfwarvetlawsuit.com

Posted: Fri Jan 23, 2004 7:12 pm
by dull1554
i see nothing wrong with this section of your script, it could be created by an error above this could you include the first part of your script also........it would be a great help.

Posted: Fri Jan 23, 2004 8:33 pm
by Gen-ik
Remove the brackets from your INCLUDE_PATH call... include_path=".:/usr/share/pear/:/usr/lib";