Marc Roberts wrote:
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.

Thanks,
Marc

Be more specific.  What determines "the correct one"?
Is there a list of the correct ones some place?
Do you want to see if the css file name in the html header exist in the 
directory?
What?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to