action_page.php. 
The page will show you the received input.
 
  <form name="input" action="action_page.php" method="get"> 
    Username: 
    <input type="text" name="firstname"> 
    <input type="submit" value="Submit"> 
  </form> 
    | 
  |
| 
  | 
 
$_GET and $_POST variables are used to retrieve user information from forms.
The example below shows the web input is saved in the variable $_POST['string'] by using a POST method, where the strtolower(string)print_r(mixed $expression)