Looking for a very good tutorial to create something like this... http://www.infolock.info/demo/Job2C/auth.php?mode=regnew&adtype=res&lang=eng I just want to create something like the link above, which can auto populate a drop down menu after selecting a country, for example I selected United States, it will show all the states in US, then after selecting the states it will show all the cities. I don't know how to create it, i have seen a tutorial from Remy Sharp but it's not easy to comprehend, maybe there's more easier tutorial for a noob like me... I hope someone will reply in this post T_T
First what you need - is to be familiar with AJAX (try prototypejs.org). It's pretty simple to use. The second what you need - create DB with such relations: country-state-city. Third - create a script, which can extract info from DB depending on some paameters. Now when the script is ready you need create page with correct responses to your php. Something like this: your.php?country=c&state=s&.... So the script will answer you some data depending on parameters of your request. I can't explain more detailed (sorry, have no time ...). Try to create someth simple to understand how all this stuff works. For example: create a DB with 2 countries and states for it. So you can simply debug all the process.
I think if you want to make this form, it will not be simple, because if U were some smart guy in programming you can build it by U'r own, so good luck for finding.
yeah im not that smart.. that's why im asking if you can point me for some tutorials for noobs T___T.. like me