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" <stu...@3ft9.com>
Newsgroups: php.general
To: "Jim Giner" <jim.gi...@albanyhandball.com>
Cc: "PHP General" <php-general@lists.php.net>
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