<!DOCTYPE html>
<html>
<body>

<?php
$str = addslashes('What does "yolo" mean?');
echo($str);
?>
 

</body>
</html>