Hello there,
does anybody know how by using _SESSION i can store variables that need to be verified (for example: password) to the database and use them throught the a series of php files????
thank
if somebody really knows i can post the code
don't really understand the question. that's the whole point of sessions, to store data accross multiple page requests. you should start by reading up on sessions.
ok mate thanks....i got it how to do it now 🙂