RE: [PHP] PostToHost

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

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-general&m=97614760211168&w=2 So... It has to be done with

[PHP] PostToHost

2001-03-15 Thread Boget, Chris
After hours of searching :/ I was able to find Rasmus' PostToHost() function. It's working fine, for the most part. It's posting to the page and printing what it gets back as part of the page/code that calls the function. This is most likely expected behavior, just not what I expected. However,