is there a way to record variables sent through a HTTP connection? because I want to be able to log installations of my scripts, and I have seen this exact thing been done before, I just couldn't get the source code
like for example if I had a person go to http://example-site.com/record.php?hhost=$httphost&sname=$scriptname
and has predeffined variables for both $httphost and $scriptname of:
how would I be able to log those variables, either in a mysql database for flat file