Re: [PHP] passing variables between pages without using url??

2001-11-03 Thread Steve Werby
"sunny AT wde" <[EMAIL PROTECTED]> wrote: > Ok, but how do I use post when using Header?? You don't. What are you trying to achieve that makes this necessary? > I would like to have a form, but I don't know how I would make the > script automatcially re-direct in a form... becase I know how to

Re: [PHP] passing variables between pages without using url??

2001-11-03 Thread sunny AT wde
Ok, but how do I use post when using Header?? I would like to have a form, but I don't know how I would make the script automatcially re-direct in a form... becase I know how to use form variables that way. But all I can think of is using header, yet that displays the variables as its like get :

Re: [PHP] passing variables between pages without using url??

2001-11-03 Thread Steve Werby
"sunny AT wde" <[EMAIL PROTECTED]> wrote: > i've written a form, which passes value to a ph script to insert them > into mysql. from there on, i forward onto another page, but using : > header("Location: http://www.foo.com/foo2.php?id=4&user=foo";); > > now i really don't want to have the url on t

[PHP] passing variables between pages without using url??

2001-11-03 Thread sunny AT wde
hi php'ers! just a quick question please, it would help me out a lot. i've written a form, which passes value to a ph script to insert them into mysql. from there on, i forward onto another page, but using : header("Location: http://www.foo.com/foo2.php?id=4&user=foo";); now i really don't want