Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199903

RE: [PHP3] Array From: Stefan Paletta (paletta <email protected>)
Date: 03/31/99

Elric of Melnibone wrote/schrieb/scribsit:
> In essence what I have is a .php3 form that posts to itself, it takes
> the info collected, puts it into an array, then displays a different
> form. It then takes the data from that form and puts it into a
> different array. Finaly I need to put the data from both arrays into
> various tables.

In principle, you can, using serialize() and hidden <input>s.
In practice, when your'e using a db anyway, you'll be better off
with http://phplib.shonline.de/.

Stefan

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev-list-admin <email protected>