hi,
does anybody know how i can scanf on the command line
into a string!
hi,
does anybody know how i can scanf on the command line
into a string!
hey,
you can use the fgets();
<?php
$content = fgets(STDIN);
echo $content;
?>
cool awsome
it works thanks again!
Bookmarks