Hi, I have an index.php, that displays various html files, using an include,
ie,
index.php?htmfile=1234.htm (If you get my meaning!?)
Ok, i want to check the html file for keywords before the call to include.. do I need to open and scan the file (worried about speed here!) or can anyone think of another way of doing this..
Basic idea is to display the HTML file when called, but replace swear words / or just not load the file!
Thanks foi any ideas on this one
Tony.