Tutorial Suggestion: Version Checker

Got an idea for a tutorial ? Share it here.
Post Reply
User avatar
Hustle
Posts: 24
Joined: Wed Jul 27, 2011 1:30 pm
Location: United Kingdom

Tutorial Suggestion: Version Checker

Post 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.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Tutorial Suggestion: Version Checker

Post 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.
Image
User avatar
Hustle
Posts: 24
Joined: Wed Jul 27, 2011 1:30 pm
Location: United Kingdom

Re: Tutorial Suggestion: Version Checker

Post 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 :D
Post Reply