eg.
Someone fills out 3 fields. (There will be more but this is just to
give you an idea)
1. Country?
2. State?
3. City
I want this script to generate a web page and list the people by
information submitted.
eg. Everyone that put in USA will be listed on a page.
or
Choose California and everyone that typed in California will be listed
on a page.
I could also create a link with the search term at the end. eg.
mysite/phpsearch=?mont ana
This script will also accept data from people. So people will visit,
type on the form and if the information is valid (not spam) then
they'll be in a database and able to be sorted.
Does that make sense?
Someone fills out 3 fields. (There will be more but this is just to
give you an idea)
1. Country?
2. State?
3. City
I want this script to generate a web page and list the people by
information submitted.
eg. Everyone that put in USA will be listed on a page.
or
Choose California and everyone that typed in California will be listed
on a page.
I could also create a link with the search term at the end. eg.
mysite/phpsearch=?mont ana
This script will also accept data from people. So people will visit,
type on the form and if the information is valid (not spam) then
they'll be in a database and able to be sorted.
Does that make sense?
Comment