Use of get, request, and post in Re: PHP
note: function, and must be capitalized!
get all submissions (discriminating parameter case):$_REQUEST['ip']
get Get submission (distinguish parameter case):$_GET['ip']
obtain Post submission (case of parameter case):$_POST['ip']
use example:
1, $ip = $2;