[Solved by astions] Escape sequences [/Solved]
Posted: Tue Sep 26, 2006 12:27 am
How can I get Escape sequences to work in my code?
Using:
PHP 5.2.0RC5-dev
Apache/2.2.3
php:
Result:
a b
But I want the result to be:
a
b
And i'm sorry if i'm one of thousans and thousands of people hwo asked this question on this forum.
Thx in advance.
Using:
PHP 5.2.0RC5-dev
Apache/2.2.3
php:
Code: Select all
<?php
echo "a\nb";
?>a b
But I want the result to be:
a
b
And i'm sorry if i'm one of thousans and thousands of people hwo asked this question on this forum.
Thx in advance.