| Current Path : /var/www/html/mmishra/mm/scripts/ |
| Current File : /var/www/html/mmishra/mm/scripts/testphp.php |
<?php echo "Enter mailing list ID: "; $line1 = trim(fgets(STDIN)); // reads one line from STDIN $line2 = trim(fgets(STDIN)); // reads one line from STDIN //fscanf(STDIN, "%d\n", $number); // reads number from STDIN; echo $line1 . "-" . $line2; ?>