Re: [PHP] how can I set up session

2001-03-28 Thread elias
I don't think PHP3 support sessions variables. but if you want a tricky but working solution to pass variables from page to page try this: file1.php .you file is here... // this will automatically submit and redirect! document.myform.submit(); If you don't want redirection to be aut

[PHP] how can I set up session

2001-03-27 Thread Jacky
Very stupid question, but I have one variable, say $name = "foo"; and I want that to assign on to session, reditect that to one cgi page and then go to one html page, and I want to have that session value here at this html page, see what I mean? I am using php3. How do I set session up at the f