Re: [PHP] POST Parameters

2003-09-24 Thread Stephan Becker
> As for redirecting, you cannot force a client to send a POST request to another > URL (thankfully). So, you either need to send the POST request yourself (and > send the output to the client), or you need to think of another solution (such > as using URL variables for everything). OK, that soun

[PHP] POST Parameters

2003-09-22 Thread Stephan Becker
Maybe my problem ist simple to solve, but I can´t. Here it is: A special PHP CGI Script, let´s say 'phpscript.cgi' might be called with GET or POST Parameters. Though I will never now which kind and how many of such parameters will be passed to that script, I have to do some work of mine with them