no matter how simple the code is:
for example, i post the following code:
<?
$var="Hello word";
echo $var;
?>
EDIT1: I obtain the following error: Parse error: parse error in /var/www/foro/testing.php on line 5
Line 5 is "echo $var" because of the empty lines...
just because I deleted the empty lines, but the error now is:
Parse error: parse error in /var/www/foro/testing.php on line 3
EDIT2: That is copy&pasting in Quanta, but the same occurs when copy&pasting to a xterm.
Now, i delete the whole content of testing.php, and rewrite the code by typing it.
And magically: "Hello world" and no error
Strange!! isn't it???