#!/usr/lib/php5/bin/php "; ?> form responses

After submitting the simple form on firstpage.html to firstpage.php,

$_REQUEST contains the following:
"; } ?>

$_GET contains the following:
"; } ?>

and $_POST contains the following:
"; } ?>