[PHP] How to post from a php script

2002-08-12 Thread Rick Horrix
I want to POST variables from one php page to another without any user interaction. I can achieve this using header( "Location ...?var1=xx&var2=yy" ) passing the vars like a GET, but I don't want the vars to be visible to the user in the browser address field. Is it possible to do this. TIA smart

[PHP] Re: How to post from a php script

2002-08-12 Thread Rick Horrix
ad and call submit() in the > timer-function. > > Good luck > > Kai > > > "Rick Horrix" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I want to POST variables from one php page to another