PHP Compiler
<!DOCTYPE html> <html> <body> <?php $str = "She is a 'good' dancer"; echo addslashes($str); ?> </body> </html>
OUTPUT
She is a \'good\' dancer
×

Save as Private