So basically I need to write a PHP script that will accept an input temperature value from a querystring. If the input value is in Fahrenheit, convert it to Celsius. If the input is in celsius, convert it to Fahrenheit.
I am having a tough time since its been 3 years since I have written a PHP...