[PHP] Re: [PHP-DB] SESSIONS

2003-02-26 Thread Leif K-Brooks
Not $_POST[SUBMIT]. It should be $_POST['SUBMIT']. mike karthauser wrote: on 26/2/03 12:58 pm, MaN at [EMAIL PROTECTED] wrote: And also use $_POST[SUBMIT] or set register_globals On Just use $_POST[SUBMIT] register_globals was turned off for security reasons. You are compromising the s

[PHP] Re: [PHP-DB] sessions in PHP

2001-09-24 Thread Andrey Hristov
Look @ http://www.phpbuilder.com There is/are article(s) about sessions.   Andrey Hristov - Original Message - From: "nirat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 8:46 AM Subject: [PHP-DB] sessions in PHP > can anyone guide me to using session

[PHP] Re: [PHP-DB] Sessions in Functions

2001-03-16 Thread Jordan Elver
Hi, Yep I do. I just figured out that it was because I had session_start() inside another function ;-) Thanks anyway, Jord On Friday 16 March 2001 10:43, you wrote: > > Did you declare $LOGGED_IN as a global variable in your function? > > e.g. > > global $LOGGED_IN; > > > _ > > ~