Forum Moderators: mack
[edited by: mack at 10:50 am (utc) on Jan. 15, 2005]
[edit reason] No email addresses please. [/edit]
It's having access to MySQL via your server, and understanding enough of PHP scripting to create the search and return functions. It's overwhelming at first, but not impossible, because PHP/MySQL interaction is everywhere on the net.
I'd pick up MySQL/PHP for dummies or some similar text and just start building. IN no time, you'll understand it and will be able to do exactly what you're describing.
Good luck,
pat
You may want to make your web site data driven (ie have your database on your site, this makes it easier for searching, sorting etc as it grows).
Take a look at dbQwikSite (www.dbQwikSite.com) it will generate data driven web pages by reading your database.