public escapeString (mixed $str)
Escapes a value to avoid SQL injections according to the active charset in the connection
1 | $escapedStr = $connection ->escapeString( 'some dangerous value' ); |
public escapeString (mixed $str)
Escapes a value to avoid SQL injections according to the active charset in the connection
1 | $escapedStr = $connection ->escapeString( 'some dangerous value' ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.