Portal Home > Knowledgebase > Articles Database > Need an update script
Need an update script
Posted by Danny159, 08-26-2007, 07:41 AM |
Hey
Does anyone know how to script a script that users will check and if there is an update it tells them that there is an update?
(in PHP)
Danny
|
Posted by ThatScriptGuy, 08-26-2007, 11:11 PM |
Danny - This is something very trivial to accomplish in any language. First create a page that returns only the version number of the latest version released. Then another script that will call that remote page. If current version != latest version, obviously they are behind in their updates...
Kevin
|
Posted by Danny159, 08-27-2007, 05:00 AM |
Ok, So howould i go at doing that?
becasue im new to php and only know how it do stuff with a database and things like that so i dont know how to call an external page
|
Posted by Jatinder, 08-27-2007, 07:53 AM |
Can you provide more details? Are you trying to integrate this feature in your PHP application or are you trying to check for updates for some other application?
|
Posted by Danny159, 08-27-2007, 08:14 AM |
I have replyed to your PM]
Danny
|
Posted by Danny159, 08-27-2007, 02:04 PM |
This has been done now please close
|
Add to Favourites Print this Article
Also Read