Page 1 of 1

PHP Parse Errors

Posted: Tue Sep 29, 2009 4:19 pm
by jgautier
Hi All,

I have a configured and installed IIS MySQL and PHP I have installed http://www.phpbms.org/ so I know everything is working fine. My friend asked me to help spruce up her web site UI. So I figured I would setup a PHP dev environment locally. I am a java/coldfusion developer and have very little experience with PHP. I downloaded the PHP website via ftp and installed everything in IIS. I ran the db scripts on MySQL and I verified the connection to the database. I can navigate to the webpages but I am getting php parse errors and the full page is not displaying.

"Parse error: parse error in"

However on the production code I downloaded it does not have any errors! Can anyone think of any reason why the production website does not have parse errors but when installed locally it does? Also on every pages im getting several of these error messages:

"Notice: Undefined index:"

These seem more like warnings so im not to concerned.
Thanks for your help.