Re: [PHP] Drop down reload

2002-08-16 Thread Scott Houseman
just been selected, you can then use php to retrieve the appropriate records for the second select field when the page is reloaded. Cheers Scott - Original Message - From: "Christian Ista" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 1:53

Re: [PHP] Drop down reload

2002-08-16 Thread Jason Wong
On Friday 16 August 2002 19:53, Christian Ista wrote: > Hello, > > Could you tell me if it possible to reload the current page when I > select a value in a drop down ? > > On a page, I have 2 drop down, the content on the first one come from > the database. The content of the second one too (from

[PHP] Drop down reload

2002-08-16 Thread Christian Ista
Hello, Could you tell me if it possible to reload the current page when I select a value in a drop down ? On a page, I have 2 drop down, the content on the first one come from the database. The content of the second one too (from database) but depend of the first drop down value. An idea to do