<!DOCTYPE html>
<html>
<body>
<?php
echo stripslashes("Who\'s Peter Griffin?");
?>
</body>
</html>