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 or [man]mysqli_stmt_bind_param[/man].

      Write a Reply...