Hi
I have this simple number assignment in my program
$N=l5.456;
Just simple assignment and I get this error:
Parse error: parse error in d:\apache\htdocs\num.php on line 3
Anyone knows why
OOzy
$N=l5.456; //wrong $N=15.456; //right
Its a typos error.. 'L' has been typed instead of the number '1' by mistake.
-- rlsp.