Forum Moderators: coopster

Message Too Old, No Replies

sessions and mysql

         

Kysmiley

9:11 pm on Dec 18, 2004 (gmt 0)

10+ Year Member



Just looking for clarification here. If i have my initial PHP script with the variabls declared in a session and I do session_start() on the php page to insert the information ndo I have to declare them again or can I just use the insert with the variables.
Thanks
Pat

orion_rus

9:16 pm on Dec 18, 2004 (gmt 0)

10+ Year Member



If u didn't make unset($_SESSION['variable']) all variables stores in session until it ends

Kysmiley

9:33 pm on Dec 18, 2004 (gmt 0)

10+ Year Member



Thank-you that is what i needed to hear. I like doing things the easy way if I can.
Pat