Hi all, I have made a simple username & password login script that uses sessions.
The problem is that it just does not do anything at all....
On my system I can not login at all, it just seems to clear the username & password form no matter if the username & password are correct or not.
Please could someone advise me of what I need to change either in my php.ini or my httpd.conf so that I can get sessions working ok.
Here is the code:
config.php
index.php
If it helps here is a bit of a run down to what I have installed at the moment:
Apache Server v2.0.47
ActivePerl v5.8.0
PHP v4.3.2
MySQL v4.0.15
phpMyAdmin v2.5.3
All running from Windows XP pro
Also, I have tried quite a lot of scripts to add a 'members' section to my website and all are the same, I simply can not login to any of them so I am guessing that its something to do with my server setup.
Thank you in advance, TinnyFusion
(I have added the code as an attachment to this post)