Ben PHP küçük bir web-hizmet inşa ettik. Belirli bir API yöntemi çağrıları sayısını kontrol etmek istiyorum.
I thought at first of using a text file, because it's just an integer. But after taking a good look at SQLite it seemed much more convenient. So the code is just: get the "counter" from SQLite and increment it when that method is called, then store it back on SQLite db.
Bu bunu yapmanın doğru bir yolu var mı? Sadece belki bir dosya ya da ... başka bir şey kullanmak daha basit ve ölçeklenebilir olurdu?
Şimdiden teşekkürler.