> 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
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
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,
3 matches
Mail list logo