Re: [PHP] Recieve information on a html site using php?

2006-10-20 Thread Marc Roberts
Thanks for the response, I think I have solved the problem using the code in the attached text document. Thanks for the help, Marc Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2006-10-18 17:23:53 +0200: Is it possible to receive information on a html site, such as the language, date modifie

[PHP] Recieve information on a html site using php?

2006-10-20 Thread Marc Roberts
Is it possible to receive information on a html site, such as the language, date modified? If so how would I go about doing this? Thanks, Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Check HTML style sheet?

2006-10-20 Thread Marc Roberts
Is it possible to use php to check that the .css file in the html of a web page is the correct one e.g. check if the file included in the html is new.css. I think I will have to write a regex but if anyone has any ideas (or already has a regex to do this), it would be much appreciated. Thank