Ok, this is the problem - I'm not asking for the answer , just an Idea of what i'm looking for.
I have a coursework where I basically have to google an HTML page and return the instances found of a single word, a phrase and two words. I've managed to find the instances and highlight them using (preg_match_all and preg_replace) but if "" marks are used in the textbox no matches are found. I have tried Preg_replace to try and get rid of them but it's not picking them up, dunno how to get them ignored.
Thanks