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
Sat, Aug 8, 02:50 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3875926
Default Alt Text
printpost.php (181 B)

Event Timeline