Jump to content

Using Multiple Form Select Elements Sync together


PHP-Freaks

Recommended Posts

I have a list of students entered into a mysql table using the following fields:

id, name, surname, address, towncode, streetcode,

 

Another two tables has been designed so to normalize the schema:

One is the Streets table

streetcode, streetname, towncode

 

.. and the other one is towns with the following fields:

towncode, townname

 

Now i need to design a form using php to filter students depending on the town (I select using the SELECT element of a form) , and as well on the street (I select using the SELECT element of a form) which fall under that town.

 

Can someone help me out with this issue.

 

Sorry but I am new to PHP!!!!!!!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.