Page 1 of 1

PHP problem

Posted: Fri Nov 25, 2005 3:38 am
by gupta4net
My problem is :


When I select a Selection control from page, the rest of the details should automatically changed.

For example:

When one selects a Country name from the list [Selection Box]

The values of the State name should automatically be fatched from
the database.

------------------------------------------------------------------------------------

Note : I am useing MySQL as database and PHP as Script language...

-------------------------------------------------------------------------------------

Please reply me as soon as possible...

Thank you...

Posted: Fri Nov 25, 2005 3:48 am
by malcolmboston
look into javascript for automatic <select> generation or $_GET for passing information from page to page to generate selects on a step-by-step basis

Posted: Fri Nov 25, 2005 4:06 am
by shiznatix
viewtopic.php?t=29084

this is a good tutorial written for just this occasion. if you have questions after reading that then please let us know