Posted: Wed Nov 12, 2003 2:52 pm
well, sessions would work, but, the calling script maybe on another server and in a completely different language (asp or perl)
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
Content-Type: application/x-www-form-urlencoded
Content-Length: 7
|_foo=barYou can't send a POST request with header, that's why you have to talk raw http yourself using sockets. The link I posted earlier shows an example.JAM wrote:Aha, sessions would be a hazzle then...
I thought of another thing, and that is by using [php_man]header[/php_man]()'s. How, I'm not entirely sure, but I saw these headers flying by when testing a post on the local server:Perhaps that is an option.Code: Select all
Content-Type: application/x-www-form-urlencoded Content-Length: 7 |_foo=bar