[PHP] forms and sessions ?

2003-01-09 Thread scott
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



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Forms and Sessions not working

2002-11-15 Thread Jason Wong
On Saturday 16 November 2002 15:11, Chris Jackson wrote:
> Hi all:
> Im new to php and i have an isue.
>
> php4.2.3 windows 2000 advanced server
>
>
> I create a simple form page that posts back to its self and im unable to
> retreive the posted form data to display on the page.
>
> it seems like all my GLOBAL amd SESSION stuff isnt working.
> sample code:
>
>
> 
> Your Name
> 

 doesn't acutally do anything (that you can see), you need



And if you still don't see anything then ...

> Im thinking that it may be a setting in the php.ini file but i dont know..

... enable register_globals in php.ini. But before you do, READ the notes in 
php.ini AND also the manual about register globals.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
The proof of the pudding is in the eating.
-- Miguel de Cervantes
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Forms and Sessions not working

2002-11-15 Thread Chris Jackson
Hi all:
Im new to php and i have an isue.

php4.2.3 windows 2000 advanced server


I create a simple form page that posts back to its self and im unable to
retreive the posted form data to display on the page.

it seems like all my GLOBAL amd SESSION stuff isnt working.
sample code:



Your Name




Im thinking that it may be a setting in the php.ini file but i dont know..
Please help.

Thanks.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Forms and sessions

2002-08-15 Thread DonPro

Hi,

How can I keep values in a from when using session_start() and later, the
"Back" Button on my Browser after posting via POST?

Thanks,
Don



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php