PLEASE HELP!!!

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
phplim
Forum Newbie
Posts: 1
Joined: Wed Sep 08, 2010 6:04 pm

PLEASE HELP!!!

Post 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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: PLEASE HELP!!!

Post 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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply