diff --git a/reference/pdo/functions/PDO-prepare.xml b/reference/pdo/functions/PDO-prepare.xml index ea299018ab..4ef54229cc 100644 --- a/reference/pdo/functions/PDO-prepare.xml +++ b/reference/pdo/functions/PDO-prepare.xml @@ -1,5 +1,5 @@ - + @@ -22,6 +22,8 @@ PDOStatement::execute method. The SQL statement can contain zero or more named (:name) or question mark (?) parameter markers for which real values will be substituted when the statement is executed. + You cannot use named and question mark parameter markers within the same + SQL statement. Calling PDO::prepare and PDOStatement::execute