wget --timeout=0 -q -t 1 -O -  http://127.0.0.1/path/file.php >result.txt 2>result.txt
SORTIE=`cat result.txt | tr '\015\012' ' '`
echo $SORTIE