#!/local/bin/php -q "; $input1 = fgets($in, 160); echo "What's you message ? ==> "; $input2 = fgets($in, 160); fclose($in); echo "Helloooo, $input1"; echo "Interesting, that you claim that $input2 \n"; ?>