Form Demo

Questions:

GET form
"text" type input named theTopOne
"text" type input named theSecondOne
Radio buttons named "flintstones": Fred Barney Value for Input #2 Wilma
Radio buttons named "instruments": Saxophone Trumpet Piano
Checkboxes named "courses": 451 452 457
Contents of $_GET
Key Value
POST form
"text" type input named theFirstPost
"text" type input named theSecondPost
Radio buttons named "interest": Cool OK Boring
Radio buttons named "bestState": Georgia Michigan California
Checkboxes named "IScourses": 260 333 463
Contents of $_POST
Key Value

array(37) { ["HTTPS"]=> string(2) "on" ["SSL_TLS_SNI"]=> string(26) "faculty.computing.gvsu.edu" ["HTTP_CF_RAY"]=> string(20) "9ad20857faa0f162-CMH" ["HTTP_CDN_LOOP"]=> string(19) "cloudflare; loops=1" ["HTTP_HOST"]=> string(26) "faculty.computing.gvsu.edu" ["HTTP_X_FORWARDED_FOR"]=> string(14) "216.73.216.208" ["HTTP_ACCEPT_ENCODING"]=> string(8) "gzip, br" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])" ["HTTP_X_FORWARDED_PROTO"]=> string(5) "https" ["HTTP_ACCEPT"]=> string(3) "*/*" ["HTTP_TRUE_CLIENT_IP"]=> string(14) "216.73.216.208" ["HTTP_CF_VISITOR"]=> string(18) "{"scheme":"https"}" ["HTTP_CF_IPCOUNTRY"]=> string(2) "US" ["HTTP_CONNECTION"]=> string(10) "Keep-Alive" ["PATH"]=> string(59) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin" ["SERVER_SIGNATURE"]=> string(0) "" ["SERVER_SOFTWARE"]=> string(6) "Apache" ["SERVER_NAME"]=> string(26) "faculty.computing.gvsu.edu" ["SERVER_ADDR"]=> string(13) "35.39.204.179" ["SERVER_PORT"]=> string(3) "443" ["REMOTE_ADDR"]=> string(14) "216.73.216.208" ["DOCUMENT_ROOT"]=> string(16) "/var/www/faculty" ["REQUEST_SCHEME"]=> string(5) "https" ["CONTEXT_PREFIX"]=> string(0) "" ["CONTEXT_DOCUMENT_ROOT"]=> string(16) "/var/www/faculty" ["SERVER_ADMIN"]=> string(18) "[no address given]" ["SCRIPT_FILENAME"]=> string(37) "/var/www/faculty/kurmasz/formDemo.php" ["REMOTE_PORT"]=> string(5) "41644" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["SERVER_PROTOCOL"]=> string(8) "HTTP/1.1" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(0) "" ["REQUEST_URI"]=> string(21) "/kurmasz/formDemo.php" ["SCRIPT_NAME"]=> string(21) "/kurmasz/formDemo.php" ["PHP_SELF"]=> string(21) "/kurmasz/formDemo.php" ["REQUEST_TIME_FLOAT"]=> float(1765592953.615074) ["REQUEST_TIME"]=> int(1765592953) }