php3-list | 199903
Date: 03/31/99
- Next message: Rasmus Lerdorf: "Re: [PHP3] suexec with apache module?"
- Previous message: Erik Stainsby: "Re: [PHP3] Database help for beginner"
- In reply to: Elric of Melnibone: "[PHP3] Array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Rasmus Lerdorf: "Re: [PHP3] suexec with apache module?"
- Previous message: Erik Stainsby: "Re: [PHP3] Database help for beginner"
- In reply to: Elric of Melnibone: "[PHP3] Array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

