Depends on the version of PHP and security measures set on the server. Below 4.2.0 you can just use variable $string - it will be autocreated for you. Above 4.2.0 (and if register_globals is set to "OFF") you have to fetch this variable through $GET["string"] ($POST["string"] for post method accordingly).