unless you want to submit the form to the server for each new entry (bad
mojo) then I would recommend you look into using JavaScript to do this.
(much easier and faster.)

Once the user has entered all their entries then submit the form and update
your database or storage medium of choice.

IMHO, etc.
=C=
*
* Cal Evans
* Techno-Mage
* http://www.calevans.com
*

----- Original Message -----
From: "Pushpinder Singh Garcha" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 21, 2003 1:09 PM
Subject: [PHP] Dynamic List Using Php


> Hello All
>
> I am wanting a create a dynamic List using php. When a user enters a
> value on a form, I need the value that he entered on the form to added
> to a dynamic list box, which is displayed on the next page. So the List
> Box continues to grow whenever a user adds a value on the form (note:
> The values entered every time have to be stored)
>
> Thanks in advance.
>
> Pushpinder Singh Garcha
> _________________________________
> Web Architect
> T. Falcon Napier and Associates, Inc.
> _________________________________


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

Reply via email to