Following is a sample PHP program which takes name as input and prints hello message with your name. <?php fscanf(STDIN, "%s\n", $name); ...
確定! 回上一頁