Jump to content

One text counter script to handle multiple pages on the fly?


Malkavbug

Recommended Posts

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.
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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.