Find Jobs
Hire Freelancers

Create Three Dropdown Lists using HTML/PHP and Ajax

$2-7 USD

Completed
Posted over 13 years ago

$2-7 USD

Paid on delivery
**Three Dropdown Lists and Submit Button:** * Country * Region * City **Region changes based on country and cities changes based on region. If country doesn't have region then cities loads based on country. If user click submit, show the city name on label.** ** All the above should not cause full postback page, postback partially, so i guess its Ajax or jQuery, i don't know.** ** Language: PHP** **THAT'S IT ** ----------------------------------------- I have the SQL table schema and the appropriate queries ready. **Here is the database, it is in T-SQL, you could tweak it for MySQL (don't change the design):** CREATE TABLE Country ( countryID int IDENTITY (5,3) PRIMARY KEY, countryName nvarchar(50) NOT NULL ); CREATE TABLE Region ( regionID int IDENTITY (8,3) PRIMARY KEY, countryID int NOT NULL REFERENCES Country(countryID), regionName nvarchar(20) NOT NULL ); CREATE TABLE City ( cityID int IDENTITY (11,3) PRIMARY KEY, regionID int NOT NULL REFERENCES Region(regionID), cityName nvarchar(40) NOT NULL ); ------------- **Note:** countries that don't have region, put region name as: "------" 6 dashes. -------------- ** SQL Queries** Get cities based on selected region: SELECT * FROM City WHERE regionID = ## Get regions based on selected country: SELECT * FROM Region WHERE countryID = ## -------------- ## Deliverables **If you need more clarification, let me know.**
Project ID: 3013527

About the project

4 proposals
Remote project
Active 13 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
See private message.
$2 USD in 14 days
5.0 (13 reviews)
4.6
4.6
4 freelancers are bidding on average $5 USD for this job
User Avatar
See private message.
$5.95 USD in 14 days
5.0 (14 reviews)
4.2
4.2
User Avatar
See private message.
$5.95 USD in 14 days
4.9 (32 reviews)
3.1
3.1
User Avatar
See private message.
$5.95 USD in 14 days
0.0 (3 reviews)
0.0
0.0

About the client

Flag of CANADA
Canada
5.0
15
Member since Sep 27, 2008

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.