mysql_real_escape_string will make the sql safer.
but are there any ibase functions same as mysql_real_escape_string? if not, then interbase cannot be safely used with php as mysql with php?
what is the solution for interbase/php project to achieve the mysql_real_escape_string gives to mysql/php projects?
Thanks!