stdin in PHP?

Add a reply

Posted by Stormx 796 days ago:
Is that even possible? Does it just mean like, the query string?

script.php?177

Sorta thing?
Posted by carldr 796 days ago:
Try something like this :

<? $a = fgets(STDIN); echo $a; ?>

Add a reply