parse error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gpitts
Forum Newbie
Posts: 1
Joined: Fri Jan 23, 2004 7:07 pm
Location: Houston, Texas / Leavenworth, Kansas

parse error

Post 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
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post 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.
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

Remove the brackets from your INCLUDE_PATH call... include_path=".:/usr/share/pear/:/usr/lib";
Post Reply