[PHP-WIN] Re: Global Variable Issues

2003-04-03 Thread John
Try setting this variable as a session. Here is a piece of code used once a user has been validated against a MySQL dbase. ($uname was assigned from the login.html page) Then, on each page that requires a preson to be logged in to access, this goes at the top: NORMAL PAGE CODE HERE //allows m

[PHP-WIN] Re: Global Variable Issues

2003-03-15 Thread Thomas Smart
you could use a database or you could write the information to a textfile on the server, i have used that sometimes to transfer large lumps of info from 1 page to another if i didnt want to use a database. "Cam" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Through past releas