I have looking for dynamic drop downlist code. So far I have seen using arrray.. but is there other way to do it .?
I have developing joblisting script.So far I have done registration,add/edit/delete,browsing,profile changing,admin section etc. I just want to make it very user friendly. so I want to use dynamic style drop downlist like
http://sjs.jobstuff.co.nz/
I just choose Auckland..it shows all the suburb in Auckland. When i choose other Region..it shows all the suburb accroding to it's region.
I use table Region and Suburb.
Region (regid,regname)
Suburb(subid,regid,subname)
thanks