0

How to use implode with mysqli_real_escape_string together

Correct this

if(isset($_POST['submit'])){

$impdates = implode('<br>',
mysqli_real_escape_string($_POST['impdates']));

}
u_mulder
  • 54,101
  • 5
  • 48
  • 64

0 Answers0