This is an old revision of the document!
<form method='post' action=''> <input type='text' name='search_keyword'> <input type='submit' name='search_button' value='Search'> </form>
<?php echo "<pre>"; print_r($_REQUEST); echo "</pre>"; ?>