Javascript için php üzerinde parantez Escape

0 Cevap php

Örneğin ben bu içeriğe sahip bir php script var:

<?php
$msg = addslashes("I'm a message. The what happened >:(");
echo "<script>alert($msg); return false;</script>";
?>

Ama uyarı Bu nasıl çözebiliriz. "(" Son tarafından kırıldı?

0 Cevap