Voting

: max(four, six)?
(Example: nine)

The Note You're Voting On

ohcc at 163 dot com
8 years ago
<?php
//enable $HTTP_RAW_POST_DATA when necessary
ini_set('always_populate_raw_post_data',-1);
$HTTP_RAW_POST_DATA = file_get_contents('php://input');
echo
$HTTP_RAW_POST_DATA;
?>

<< Back to user notes page

To Top