Search found 1 match

by soupisgood84
Sun Feb 24, 2008 8:30 pm
Forum: PHP - Code
Topic: Global Value in new page
Replies: 1
Views: 82

Global Value in new page

I have a mysql db that will authenticate a user to a website. The problem that I am running into is that I would like to display the user name on another page but I am having trouble with the global values. The below code labeled connect.php and login.php will connect to the DB and authenticate but ...