Possible Duplicate:
how safe are PDO prepared statements
What does PHP PDO's prepared statement's does not protect against? I have been reading that PDO's prepared statements with bind is completely safe from injection type attacks.
Is this true or does a programmer (me) have to take care of some more things (any type of attacks, html tags inclusion etc..)?