Voting

: six minus five?
(Example: nine)

The Note You're Voting On

Darkener Daemon EX
17 years ago
"php://stdin" doesn't exist in my PHP version. I use the following code block instead :
<?php
if (!isset($HTTP_RAW_POST_DATA))
   
$HTTP_RAW_POST_DATA = file_get_contents("php://input");
?>

<< Back to user notes page

To Top