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
Wed, Jul 2, 21:46 (1 d, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2719341
Default Alt Text
printpost.php (181 B)

Event Timeline