error while running php exe

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
dlchopra
Forum Newbie
Posts: 1
Joined: Sat Jul 31, 2010 9:21 am

error while running php exe

Post by dlchopra »

Hi,

My php code work well when I am running the same from internet explorer but getting the error

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FU
NCTION or T_VAR or '}' in C:\bamcompile\libs\simplehtmldom\simple_html_dom.php o
n line 84

when I have compiled the same in EXE. I have used bamcompile.

Thanks in advance.
Post Reply