Quote Originally Posted by xxarmoxx
I meant to ask if there is a framework with built in security, like hybernate for java. Im a noob to PHP but not a noob to programming. Doot.
You can use MySQLi which is a class for use with MySQL, this has some built in security features to help you prevent SQL injection.

With PHP, it is up to the programmer to keep things secure mostly, have a look at visualAds post on PHP security (link in your other thread). If you use some common sense, and tips found in PHP security articles online, you'll be fine.