Re: form & lookup columns [message #172358 is a reply to message #172352] |
Mon, 14 February 2011 10:31 |
Captain Paralytic
Messages: 204 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Feb 14, 9:55 am, Wolf <wolfinforma...@gmail.com> wrote:
> Hi,
>
> I've got a database with these tables:
>
> Region (id, name)
> Province (id, id_region, name, shortname)
> Town (id, id_province, name)
> Shop (id, id_town, name...)
>
> I've made a form and I'd like that when I choose a region, in the next
> drop-down menu I want to show provinces of that region
>
> I've searched the web to study how to do this thing, but I haven't
> found anything: could you please give me some hints/ideas/links to
> tutorials?
>
> Thanks a lot
>
> Best regards
Did you try searching the web for
php dynamic drop down list
Worked for me
|
|
|