Page MenuHomeDevCentral

printpost.php
No OneTemporary

printpost.php

<?php
if (count($_POST)) {
echo " <h2>POST request content</h2>\n";
dprint_r($_POST);
} else {
echo " <p>Posts something to this URL to see the content.</p>\n";
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 16, 04:40 (17 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3562408
Default Alt Text
printpost.php (181 B)

Event Timeline