/ Published in: PHP
Expand |
Embed | Plain Text
function getWeatherInfo($sCity) { return $res; } function convertFrToC($val){ return (($val+40)*5/9)-40; }
You need to login to post a comment.
function getWeatherInfo($sCity) { return $res; } function convertFrToC($val){ return (($val+40)*5/9)-40; }
You need to login to post a comment.