you can do what I do for
http://www.lemurgene.com/search.php
Basically, it is a script that takes a search string from the user and searches a bunch of different areas of the site using a comparison of different fields depending on what table it is looking in.
So, to build this page, it actually makes 4 seperate queries and returns results when it matches part of the text in the database.
HTH.
Claudiu Cristea wrote:
I have a site with pages created dynamically with PHP (some are generated by quering a mySQL database).
I need a PHP script to search my site... it's difficult because the pages are not static.
Is there such site?
Thank you!