<html> <head> <title>Echo Request</title> </head> <body> <h2>Echo Request</h2> <pre> <? var_dump($_REQUEST) ?> </pre> </body> </html>