I am looking for a search engine that can index pages written in php including content from a mySQL table.
Most search engines seem to index the php code but not the result of the queries made in the MySQL data base.
Is it possible to index the result of the php script and not the script it-self?
Thanks for your advise.