|
Well if you're using a database you can search the DB by using a SELECT statement, i.e.
SELECT * FROM TableName WHERE ColumnName LIKE '%SearchTerm%'
If you just have a load of static files, you will need a way to to do it with a server side language such as ASP.NET, ASP or PHP. Your best bet would probably be to search Google for pre made scripts. I saw a great one once that uses the Windows indexing service but you need full access to your server to set it up...
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|