Fgets return a string ended by /n (in Unix). What I want to do is chop off the /n. Unfortunately, I can't see how?
$line[strlen($line)-1] = "";