Answer the question
In order to leave comments, you need to log in
How to filter data from GET to insert into SQL query for Firebird?
Can you please tell me how to filter data from GET for insertion into SQL query for Firebird? MySQL has functions like mysqli_real_escape_string. In the case of Firebird, how to proceed?
Answer the question
In order to leave comments, you need to log in
In Firebird, you will have to prepare a query with parameters using the function ibase_prepare()
,
php.net/manual/en/function.ibase-prepare.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question