action_page.php
.
The page will show you the received input.
|
||||||||||
|
$_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)