Hey everybody, I'm fairly new to php however I'm already very familiar with the syntax of the language. My problem, I believe, lies in the php.ini configuration file. The situation is as follows:
I setup a mysql database which my php scripts connect to, and I have two simple html forms. The first form controls the logging in and the second form controls the searching. I have two php scripts; login.php and search.php which the html forms send the post data to. My scripts seem to be working fine, however after I renamed the file php.ini-recommend to php.ini, Login_Form.htm could not find login.php. I restarted the server and tried again with no avail. The only thing that I changed within the php.ini file was the session.save_path, which I changed to "c:\WINNT\Temp". Everything else was left exactly as is. I also put a copy of the php.ini file in the "c:\WINNT" directory. Someone plz help! Thanks in advance.
Update:
Whenever any of my php scripts are called, including the index.php file for phpmyadmin, I always get http 400 bad request errors. I can't figure this out for the life of me and I'm about to break my schools server! Can someone plz point me in the right direction.