本文介绍了文件下载计数器无数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是编程的初学者。我有一个pdf文件在我的网站下载。我想知道不。的下载。我在谷歌搜索。我尝试过这样的东西。
它可以帮助你
I am a beginer in programming. i have a pdf file for download in my website. I want to know the no. of downloads. I searched in google.
and i tried something like this. http://tutorialzine.com/2010/02/php-mysql-download-counter/
But everything is with database. Since i am a beginer, i am not familiar with database.
could you please suggest me the php code for this without database
解决方案
if you are not familiar with database, try something like this
it may help you
这篇关于文件下载计数器无数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!