I'm having some difficulties with PHP on my computer hosted server using Apache.
Recently, i had just formatted my computer and am using WinXP.
Before the format, i was using WinXP as well and PHP was working fine on my Apache server, but ever since the format and reinstallation, PHP has stopped working (sort of). I know it still sort of works, but i'm not sure what the problem is.
I will try to describe the situation as best I can, the situation is as follows:
I've got a Flash hit counter that reads in a number from a .txt file through PHP. It can read the number in fine, but it can't seem to write to it, so everytime it's outputting the same number (it's not incrementing with each visit). This leads me to think that there may be something to do with permissions? it can read, but can't write?
Next, my guestbook (also FLash through PHP, reading in from a .txt file) cannot display the entries, let alone write any. no read access at all?
also PHP is installed as a module. other than this, i don't know what else to list. i've used the same configuration file as before the format, but for some reason, it's not working currently.
on top of all this, i've done all that has been mentioned in the forums, updated to new apache 2.0.4, latest stable PHP 4.2.2, the new php4apache2.dll etc. All that still gives me the same results where as i know that this all worked just before my format.
please help.
thank u.