I have used sqlite_escape_string() function in one server and it is working fine.When i use the same code in anther server it throwing an error Call to undefined function sqlite_escape_string()I am using PDO for connecting the database.
function sqlite_escape_string( $string ){
return SQLite3::escapeString($string);
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With