PHP Global Variables
Posted: Wed Jan 29, 2003 5:26 am
I am trying to create a variable when a user logs in to my site that will be available on every subsequent page. The main reason for this is that when a user logs in he/she will be able to add details to a database and i need to add their username aswell. I already have session variables set up if these can be used in some way. Appreciate the help!