Tutorial Suggestion: Version Checker
Tutorial Suggestion: Version Checker
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
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
Thank You Very Muchjacek wrote:Nice idea, and pretty easy to do since php has a function to compare version numbers. I will put this on the list.