Hello!
I am constructing my own forum and there is a one problem. What is the best way to count page views?? I am using MySQL to store data.
Assuming you don't care if it counts every time someone hits "reload" I would just have my script increment a counter each and every time it was called..
Okay. I was thinking same thing but my second question is that should I take first number out from MySQL by loop and then but it back to MySQL or is there any lightier way to do that??