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. Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.