Hi,
I have developed a small PHP and MySQL application that people can download from my website and install on their websites.
Obviously I will be improving this application with more features and bug fixes. My question is how do I go about updating others applications installed on their websites, by offering them "new updates available" link?
I was thinking to ask them to download the whole application again and upload it to their server. This new version will include an "update script" thorugh which database updates (table structure changes etc.) can be performed.
Whats the best way of doing it?
Appreciated..