I need to write a php file that I can 'include' in a web page. When I include the file on any page, I need it to parse the HTML in the page and add a new CSS class to all img elements in the page.
The question is, my friends, is this at all possible? Bear in mind, I want to be able to do this to many pages by simply including my php file.
Thanks!!!