output_db.php
465 Bytes
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
if ($_POST) {
print_r($_POST, true);
}
print($_POST['content']);
if ($_GET) {
print_r($_GET, true);
}
print($_GET['fname']);