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 can also create links with criteria at the end. eg.
mysite/search.php?=mon tana
This script will also accept data from people. So people will visit,
type of 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 can also create links with criteria at the end. eg.
mysite/search.php?=mon tana
This script will also accept data from people. So people will visit,
type of 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