Page 1 of 1

MySQL, application track

Posted: Tue Oct 29, 2013 9:33 pm
by AnoPem
Is it possible to track how many uses an application with mysql, so that you can keep numbers on?
If it is, can you provide tutorial or link to one?

Re: MySQL, application track

Posted: Wed Oct 30, 2013 5:37 pm
by XTechVB
That will require a direct connection between your app and the mysql database but most providers prevent that because of security concerns. The only way this can be done safely is by using php.