Hello, I was asked to create an adult content filter system as my final project and am actually thinking of using php. So i would like to know how possible this is. Any useful suggestions on how to go about it is welcome as i am new to php itself. Thank you.
Can you explain what exactly you are filtering? It this for a website, like a contact field, or email, or something else?
@jestep> its actually supposed to be a program that prevents users from viewing pornography contents on web browsers.
php is probably not the right programming language for it. You would need something that either integrates into the browser like a toolbar or plugin, or something that integrates into the operating system, that could redirect DNS or just intercept the data being sent to the browser.