a simple form

Name:
Email:
"; import_request_variables("p", "arg_"); if ($arg_firsttime) { echo "Username: $arg_username
"; echo "Email: $arg_email
"; } else { echo "This is the first time we called the php script"; } ?>