How do I read the text inside of the metatag of HTML files? I am building an index search script and need to read the <metatag> information for search function
Also Is there any way to connect to MS Index Server with PHP?
Thanks
Check out the ereg function in the manual: http://www.php.net/ereg
and read this article on this site:
http://www.phpbuilder.com/columns/dario19990616.php3
Read in the file, then ereg for your meta tags.
Jack