Malkavbug Posted April 17, 2006 Share Posted April 17, 2006 I was poking around looking for a PHP/MySQL script for pagecounting multiple pages, but it needs to be able to do it on the fly.Basically when I add a page that I want to be counted I want the script to see if the page is already written to the table, if not to write it in one column and start the count in the other. If the page already exists just +1 the count and return the result.Anyone already have a simple solution to this, or could you give me some pointers on getting this start and special considerations.This will be my first real PHP/MySQL script I am writing, all my previous ones have just dealt with PHP includes. Link to comment https://forums.phpfreaks.com/topic/7641-one-text-counter-script-to-handle-multiple-pages-on-the-fly/ Share on other sites More sharing options...
poirot Posted April 17, 2006 Share Posted April 17, 2006 Hmm, I am not getting what you want...[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Basically when I add a page that I want to be counted I want the script to see if the page is already written to the table, if not to write it in one column and start the count in the other. If the page already exists just +1 the count and return the result.[/quote]What should the script define as "page already written"? What are the pages themselves? Link to comment https://forums.phpfreaks.com/topic/7641-one-text-counter-script-to-handle-multiple-pages-on-the-fly/#findComment-27901 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.