Page 1 of 1

PLEASE HELP!!!

Posted: Wed Sep 08, 2010 6:07 pm
by phplim
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

Re: PLEASE HELP!!!

Posted: Fri Sep 10, 2010 12:30 pm
by pickle
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.