Chewett 5,155 Posted June 9, 2013 Report Share Posted June 9, 2013 (edited) Function mds_current_weather()This is used to get details on the current weather in MD Returns: boolean e.g. false //There is no weather currently in MD of note String e.g. "heavyrain" //Current weather in MD as a string Example: @va = mds_current_weather(); if(@va == false) { echo "there is no weather, boring"; }else{ echo "The weather currently is: " . @va; } Edited June 9, 2013 by Chewett Jubaris 1 Quote Link to post Share on other sites
Muratus del Mur 2,288 Posted June 9, 2013 Report Share Posted June 9, 2013 (edited) This is quite a cool feature! Thanks Chewy Edited June 9, 2013 by Muratus del Mur Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.