Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/scripts/php/
Upload File :
Current File : /var/www/html/mmishra/indem/scripts/php/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;
?>