Can I take the select array

Ex.
$myrow=mysql_fetch_array($result);


and pass this as a form variable to another page?

<input type='hidden' name='$myrow' value='$myrow'>


Thanks,
Eddie

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

Reply via email to