P
Peter
ok, i am pulling data from a mysql database with php. ill
use an example for my question:
I have a table with first name,last name,year born. I want
a user to have a link to be able to search for people born
only in any one year. So i would have a link bar like this
on my page: "click here: 1980, 1981, 1982, etc.." Can i
set up my links in frontpage to search for that year only
and display the results right there on that php page. Or
would i have to have each year's link have its own page
and run a different php script to find for that specified
year?
use an example for my question:
I have a table with first name,last name,year born. I want
a user to have a link to be able to search for people born
only in any one year. So i would have a link bar like this
on my page: "click here: 1980, 1981, 1982, etc.." Can i
set up my links in frontpage to search for that year only
and display the results right there on that php page. Or
would i have to have each year's link have its own page
and run a different php script to find for that specified
year?