Hallo,
My name is Sigalas Markos and i'm studying in the University of the Aegean,
department of Informatics and Telecommunications Systems Enginnering in
Samos, Greece.
I have a slight problem with the PHP compiler (?). I downloaded and
installed SWAMP 0.2. But when printing (strings, arrays or whatever) they
are all printed in the same line.
eg :
$array = array(1, 2, 3, 4, 5);
print_r($array);

outputs : Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 [4] => 5 ) 

or when printing strings, "\n" is translated as a single space.
or even if I have 2 or more echo functions, they are printed in the same
line without even a space between them.

Can you help me on this issue? Have i to download a newer version of PHP?
I'm using MSIE 6.0

Thank you very much
Sigalas Markos

Reply via email to