Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html><body><form method="POST" action="show_post.php">
<input type="checkbox" name="fred">
<input type="submit"></form></body></html>
<?php
print '<html><body><pre>';
print_r ($_POST);
print '</pre></body></html>';
?>