Help with a PHP script.?

Top Hat

New member
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 script and I don't even know where I should get started.
 
Back
Top