How to have a PHP Website tool with a version check

Posted by Sara on Stack Overflow See other posts from Stack Overflow or by Sara
Published on 2011-01-01T00:36:11Z Indexed on 2011/01/01 2:54 UTC
Read the original article Hit count: 403

Filed under:
|
|

Hi,

So I work on a small php website tool that a few people use and what I'm looking to have added is a little version checker in it. The tool is normally hosted by others on different servers/domains/whatever have you so I'm having a bit of a trouble figuring out how I can accomplish this and do so in the best possible method.

So what I'm looking to do is have a webpage that just has a number on it which is the latest version. Lets say 3.2.2 is displayed on www.myawesomephptool.com/version.html in some way shape or form . Now on their installation when they open up their admin page it pulls in that 3.2.2 as the latest version to see if they are on that version. So trying to keep it simple on requirements too.

Thanks for any help or suggestions,

Sara

© Stack Overflow or respective owner

Related posts about php

Related posts about html