Hi guys, I need to pass information via a URL to a PHP function that parses the received data.
So basically when they click on the specific link, it will go to the specific page, but also send through the arguments and values for the waiting PHP function to parse them and depending on what the values are do specific functions.
eg: http://www.mydomain.com/arg=val&arg=val&arg=val (not sure about how I built that URL either)