From 26df8109a62e8ff1c9490710ea384efd1f34e30a Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 20 Jul 2015 12:07:32 +0530 Subject: [PATCH] Add a FAQ entry regarding the bind parameters feature Signed-off-by: Madhura Jayaratne --- doc/faq.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/faq.rst b/doc/faq.rst index 41c07751ba..d378ddcc6b 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -2067,6 +2067,16 @@ Notes: Thus, if you want to replicate the database/table/column/procedure as it is while renaming/copying/moving these objects, make sure you have checked this option. +.. _faq6_40: + +6.40 I see "Bind parameters" checkbox in the "SQL" page. How do I write parameterized SQL queries? +-------------------------------------------------------------------------------------------------- + +From version 4.5, phpMyAdmin allows users to execute parameterized queries in the "SQL" page. +Parameters should be prefixed with a colon(:) and when the "Bind parameters" checkbox is checked +these parameters will be identified and input fields for these parameters will be presented. +Values entered in these field will be substituted in the query before being executed. + .. _faqproject: phpMyAdmin project