<?php echo "Podaj imię: "; $imie = trim(fgets(STDIN)); echo "Witaj, $imie!\n"; ?>
You have javascript disabled. You will not be able to edit any code.