b2k Posted July 31, 2007 Share Posted July 31, 2007 Hi everybody, i`m starting in php. My first project that i want to make is a hit counter......For links.. But i saw this tutorial http://www.phpfreaks.com/tutorials/6/0.php And use MySQL database, i dont want to use it.. How can i do for no use mysql Link to comment https://forums.phpfreaks.com/topic/62712-solved-hit-counter/ Share on other sites More sharing options...
piznac Posted July 31, 2007 Share Posted July 31, 2007 Use a flat text file to write the data to. Link to comment https://forums.phpfreaks.com/topic/62712-solved-hit-counter/#findComment-312130 Share on other sites More sharing options...
b2k Posted July 31, 2007 Author Share Posted July 31, 2007 Can you help me with, because i`m a little new in this Link to comment https://forums.phpfreaks.com/topic/62712-solved-hit-counter/#findComment-312131 Share on other sites More sharing options...
dbillings Posted July 31, 2007 Share Posted July 31, 2007 use fwrite() http://us2.php.net/manual/en/ref.filesystem.php Link to comment https://forums.phpfreaks.com/topic/62712-solved-hit-counter/#findComment-312134 Share on other sites More sharing options...
b2k Posted July 31, 2007 Author Share Posted July 31, 2007 sorry, but how can i catch the clicks and then add it Link to comment https://forums.phpfreaks.com/topic/62712-solved-hit-counter/#findComment-312141 Share on other sites More sharing options...
piznac Posted July 31, 2007 Share Posted July 31, 2007 http://www.plus2net.com/php_tutorial/php_counters.php Try this,. I havent used it,.. but I have used google before Link to comment https://forums.phpfreaks.com/topic/62712-solved-hit-counter/#findComment-312142 Share on other sites More sharing options...
b2k Posted July 31, 2007 Author Share Posted July 31, 2007 Thanks Link to comment https://forums.phpfreaks.com/topic/62712-solved-hit-counter/#findComment-312152 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.