Actually i am trying to use like this :
$note1 = $_POST[‘note’];
$note=mysql_real_escape_string($note1);
But this is working in Mysqli ( mysqli_real_escape_string ) but not in PDO Show error :
** Fatal error : Call to undefined function mysql_real_escape_string() in E:\xampp\htdocs\darshan\school-uniform-booking-demo-project\admin\payment1.php on line 20**
any suggestion please…!
thank you,