Page 1 of 1
Tutorial Suggestion: Version Checker
Posted: Wed Jul 27, 2011 1:58 pm
by Hustle
Hi, I'd like to make a suggestion for a tutorial, a version checker, where a php file gets a text file from a remote host and compares the numbers, if the file on the remote server has a higher version number, the php file tells the viewer to upgrade or else has the current version already.
Re: Tutorial Suggestion: Version Checker
Posted: Thu Jul 28, 2011 1:26 pm
by jacek
Nice idea, and pretty easy to do since php has a function to compare version numbers. I will put this on the list.
Re: Tutorial Suggestion: Version Checker
Posted: Thu Jul 28, 2011 4:42 pm
by Hustle
jacek wrote:Nice idea, and pretty easy to do since php has a function to compare version numbers. I will put this on the list.
Thank You Very Much