<?php
echo ("Vladimir\' s brother said, \"Ain\'t that a hoot?\"");
?>
why does it return
Vladimir\'s brother said, "Ain\'t that a hoot?"
and not
Vladimir's brother said, "Ain't that a hoot?"
echo ("Vladimir\' s brother said, \"Ain\'t that a hoot?\"");
?>
why does it return
Vladimir\'s brother said, "Ain\'t that a hoot?"
and not
Vladimir's brother said, "Ain't that a hoot?"