"Srini Rao" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am trying to create a CSV(comma separated Value) file
> and need to include the quote (") character in PHP file.
> do i use double quotes(""""") or single quote('"') or
> '&quot;'
> i tried these but dont work-
> - pl help how i could enclose the quote character.

<?php
    echo "I said, \"What's your problem?\"";
?>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to