Hello Abu,
As you know, prepared statement in PHP give extra security to Mysql queries, so i have a MySQL querie to generate grid by custom select_command but not works.
¿How to implement this in PhpGrid?: https://www.tutorialrepublic.com/php-tutorial/php-mysql-prepared-statements.php
Regards
1 Answers
As we create select query at runtime using the sorting and search field selected on datagrid, It’s not doable to have fixed prepared statement here.
We do use prepared statements while insert and update.
Your Answer