When you say "assign that array to $_POST" do you mean

$_POST = $qrslt;

Not sure about this "assigning an array" thing.
----- Original Message ----- 
From: "Stuart Dallas" <[email protected]>
Newsgroups: php.general
To: "Jim Giner" <[email protected]>
Cc: "PHP General" <[email protected]>
Sent: Wednesday, April 13, 2011 1:59 PM
Subject: Re: [PHP] $_POST vars


>
> Not sure what you mean by "the results of a query". If you mean an array 
> that you got from a MySQL query (my best guess), then simply assign that 
> array to $_POST ...
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to