Re: [PHP] whats happening with form

2001-02-27 Thread W.D.
Do I have to call each variable like session_unset(var1, var2, var3); and session_destroy(var1, var2, var3)? > > > I use session variables to retrieve values from form fields and send by > mail(). Problem is upon testing after I fill out form once and send, then go > back and test again with d

[PHP] whats happening with form

2001-02-27 Thread W.D.
I use session variables to retrieve values from form fields and send by mail(). Problem is upon testing after I fill out form once and send, then go back and test again with different info it sends the info from the first time. Whats wrong? __