Hi,
I transferred a folder from server A which consists of web scripts (php) to another server i.e server B.
After creating the database just like in the server A, I managed to have the log in page ready. Then I exported the sql data from server A and imported it to server B and in the phpMyAdmin panel I can see the same data as what is in server A. (so far so good...)
The problem is that, the log in page at this new site (server B/hosting B) does not work the way it should. i.e. whenever I key in the user ID and password based on the imported sql data and press enter it goes back to the same log in page as if the ID and password has just been reset.
Can someone please help .....
Thanks,
Lim
PLEASE HELP!!!
Moderator: General Moderators
Re: PLEASE HELP!!!
Could be a number of things. If I were to debug this, I'd start by outputting the value of some variables at various points in the script - just to make sure everything's behaving as expected.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.