<?php
global $PHP_SELF;
$bywhat = $_POST["bywhat"];
echo $bywhat;
?>