[PHP] passing array as a form variable

2003-02-11 Thread Edward Peloke
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

Re: [PHP] passing array as a form variable

2003-02-11 Thread Leif K-Brooks
www.php.net/serialize www.php.net/unserialize Edward Peloke wrote: 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 -- The above message is encrypted

Re: [PHP] passing array as a form variable

2003-02-11 Thread Jason Wong
On Wednesday 12 February 2003 02:56, Edward Peloke wrote: 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' archives passing array -- Jason Wong - Gremlins Associates -