In php and mysql its a common issue of facing problem in

In PHP and MySQL it's a common issue of facing problem in sending special characters to mysql from php. To overcome this issue, mysql_real_escape_string() funtion can be a solution.
Syntax of using this function in mysql and mysqli is slightly different.
If mysql:
-------------------------...