Re: [PHP] Parse error with simple script

2001-05-17 Thread elias
hehe;) "Mohamed LRHAZI" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi again, > > Ok, I wasnt that tired after all :) and had the belliant idea of loading > my script in vi and lo and behold here is what I saw: > > $user| =| 'root' ; > > Nice, huh? This was

Re: [PHP] Parse error with simple script

2001-05-17 Thread Mohamed LRHAZI
Hi again, Ok, I wasnt that tired after all :) and had the belliant idea of loading my script in vi and lo and behold here is what I saw: $user| =| 'root' ; Nice, huh? This was generated by this cute editor called BlueFish.. no more bluefish for me. Mohamed~ Mohamed LRHAZI wrote: > > Hel

[PHP] Parse error with simple script

2001-05-16 Thread Mohamed LRHAZI
Hello All, I am sure this is simple, but I really cant figure it out by myself.. at least not tonight :) This simple script gives : Parse error: parse error in /var/www/html/test.php on line 2 # cat /var/www/html/test.php If I comment (//) line 2, it works and the hello shows up. If I replace