I am having problems with my php code. I am sure the code is ok, since its straight out from the book. Hence the culprit is my php.ini file. Here is a working demonstration of what errors I am receiving.
Please click here
http://www.i2l2.com/BegPHP/ch04/
click on any .html files and put diff values and on clicking submit, it will take you to the .php page and it has lots of errors in it.
This is getting to my nerves since I can't seen to figure out the problem. I believe its the php.ini under C:\windows (Win XP Pro). The two places where I made any changes to the php.ini file are:-
I turned this option to Off
Code: Select all
register_globals = OffCode: Select all
cgi.force_redirect = 0Thank You in advance