My friend is having me do work on a php script he uses to manage data for his work on an intranet. This script he sent requires a login. I uploaded the script to a server that is MySQL compatible. I used the data dump he sent to fill in the tables in "phpMyAdmin". When trying to access any of the pages on my browser I am defaulted to the login page. I have the list of users and their usernames and passwords. My friend even gave me his username and password, but nothing works. It's telling me that my username + password are "Invalid". Anyone know what's going on??
Okay... unless PHPBuilder hired an in-house psychic in my absence, I doubt anyone can help you. What we need now that you've described the problem is some code.
How does it authenticate logins? What does your SQL structure look like?