[PHP] Re: forms and sessions ?

2003-01-09 Thread Munir
Scott wrote: hi I'm having some problems submitting forms while using sessions :o( I have a form, that will only display if the session vars exist and are not null or empty. I'm using this is the form handler Write some more information so that we know what u want ok :) -- PHP General Mail

[PHP] Re: Forms and Sessions not working

2002-11-16 Thread conbud
Hi, If your register_globals is off then you will need to use $_GETand $_POST to get the data from the form. echo $_POST['Name']; Lee "Chris Jackson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all: > Im new to php and i have an isue. > > php4.2.3 wind

[PHP] Re: Forms and sessions

2002-08-15 Thread Kondwani Spike Mkandawire
"Donpro" <[EMAIL PROTECTED]> wrote in message 007601c24462$fec36fe0$[EMAIL PROTECTED]">news:007601c24462$fec36fe0$[EMAIL PROTECTED]... > Hi, > > How can I keep values in a from when using session_start() and later, the > I always keep variables as hidden HTML variables Note: you'd have to include