for a certain project it would be very useful to have a sort of variable that is accessible by more than one instance of the same program and from any computer (that is connected to the Internet).
It doesn't have to be much (an integer would be enough) but it should to be possible to read and edit it from anywhere. It should also be accessible 24/24 and of course free.
EDIT: If the answer was in one of those similar articles, I haven't found it (maybe my lack of concentration?). Tell me where if possible.
Loading
theLizardPosted Jul 3, 2010, 8:52 PM
There are a few ways you could achieve this, the best is to have a database with the variable , another way is to have a file that stores the values either way you would need to have some way of supplying the value from the web site as a web service to the application using some sort of code behind let it be c#, php whatever.
Sam HobbsPosted Jul 3, 2010, 11:14 PM