Voting

: max(two, nine)?
(Example: nine)

The Note You're Voting On

jeffrey at thompsonic dot com
20 years ago
Here's an easy way without readline() if you don't have it compiled in already:

$fp = fopen("php://stdin","r");
$line = rtrim(fgets($fp, 1024);

<< Back to user notes page

To Top