RE: [PHP] writing updateable code

2001-05-14 Thread scott [gts]
:[EMAIL PROTECTED]] Subject: Re: [PHP] writing updateable code Should be actually hard... Write Update.php file that connects to your web-site and reads your version-information file and then read version information site from the hoster site and check if you have a new version, if so

[PHP] writing updateable code

2001-05-13 Thread Scott Mebberson
Has anybody ever written some code for a product and want it to be able to update itself... and made it look for updates? Does anybody have some ideas or information on this? Thanks Scott. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] writing updateable code

2001-05-13 Thread elias
Should be actually hard... Write Update.php file that connects to your web-site and reads your version-information file and then read version information site from the hoster site and check if you have a new version, if so then the update.php will again query the version-info file and get new