[PHP] POST conversion.

2001-03-15 Thread Nick Davies
Hi (again). Is there a simple was to take post data from a form and create a query string out of it? Thanks. Nick. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

RE: [PHP] POST conversion.

2001-03-15 Thread Stewart Taylor
-Original Message- From: Nick Davies [mailto:[EMAIL PROTECTED]] Sent: 15 March 2001 16:32 To: [EMAIL PROTECTED] Subject: [PHP] POST conversion. Hi (again). Is there a simple was to take post data from a form and create a query string out of it? Thanks. Nick. -- PHP

Re: [PHP] POST conversion.

2001-03-15 Thread Chris Lee
alot of times when people ask this question they are sking the quesion because they are coding this logically incorrect, Im sure this isnt that case for you though. ?php function make_args() { global $HTTP_POST_VARS; if (isset($HTTP_POST_VARS)) { foreach($HTTP_POST_VARS as $pos=