parameterized queries? How to ?

liunx

Guest
I've been handed a task that involves creating 'parameterized queries' using PHP5. I understand that php5 offers support for these but can't seem to find anything in the php docs that would explain how to create and use them. Heck, I don't even think I know what they really are...just vague inkling.

Can anyone point me to a helpful link?I would assume (possibly incorrectly) that they are referring to prepared queries with bound parameters, such as with PDO prepared statements (<!-- m --><a class="postlink" href="http://us2.php.net/manual/en/pdo.prepared-statements.php">http://us2.php.net/manual/en/pdo.prepar ... ements.php</a><!-- m -->) or mysqli_stmt_bind_param.You rule NAWGDAWG thanks.
 
Back
Top