Hello everyone!
I really can't explain it, but my scripts stopped working all of a sudden. All was working fine, but suddenly the pages won't load. The strange thing is that some of the scripts still work, some (which worked fine before) don't anymore. Also I'm using phpmyadmin and I can still connect to and alter the database with it. So I really don't know what the problem is 😕 I don't get any error messages.
Also, I have noticed that several instances of php.exe appear in the taskmanager. Dunno if this is connected with the problem.
I read on a different board that it might be because of an antivirus program, and it's true I'm running one, but it was running when the scripts were working fine too, so it can't be the reason I think?
Reboot doesn't help, so I consider reinstalling PHP (or is it maybe a MySQL problem?) if i don't find out what is going on. Hopefully a reinstall will solve the problem.
Did anyone have a similar problem?
Thanks in advance for any ideas.
t.bag
PS: I am using PHP 4.3.0/MySQL 3.23.55/Apache 1.3.27/WinXP.
[edit]
Ok, this might be helpful: I used the following script (scroll down to the "Testing MySQL" part) and what it did was the following:
The page loaded the first time so the entry Amir Khan appeared in the browser window. So a database and a table were successfully created and data entered. Phpmyadmin confirms it. But for some reason the page fails to load when I hit reload ... It looks like it would load, but it takes forever and it never actually loads. No further entries are added to the table (like they should when the page is refreshed). I know this script works, as I have tested it before, but it doesn't anymore 🙁
What do you think?
Yeah and I've installed PHP 4.0.1 and MySQL 4.0.12 now, but the scripts behave in exactly the same way as before 🙁
[/edit]