RE: [PHP] PostToHost

2001-03-16 Thread Boget, Chris
I am not sure exactly what you are asking but by this do you mean .. page1 process_statements ... ... Header("Location:http://www.some.net?id=$row-ID"); /page1 page2 then use the string in $QUERY_STRING to retreive/parse your data. /page2 Yes, more or less. However, I'm trying

Re: [PHP] PostToHost

2001-03-15 Thread Tobias Talltorp
I scratched my head for weeks with this problem untill I found a discussion on this in the archives. It seems that a post-form MUST be executed from the client side. Here is the start of the discussion: http://marc.theaimsgroup.com/?l=php-generalm=97614760211168w=2 So... It has to be done with