Hi,

> I am using PHP 4, Apache, but the '\n' is not going to the next 
> line during
> a print.  Has anyone else encountered this anamoly.

        in the case of:

        echo 'blah....\n';

        I've noticed it doesn't work.

        In the case of:

        echo "blah....\n";

        I've noticed it does work.  The difference?  ' and ".  

-Dan Joseph

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

Reply via email to