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? > > archives > passing array -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software

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? Thanks, Eddie -- The above message is encrypted with double rot13 encoding. Any unauthorized attemp

[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? Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php