Re: [PHP] Most viewed?

2008-04-17 Thread Philip Thompson
On Apr 15, 2008, at 5:26 PM, tedd wrote: At 10:41 AM -0500 4/15/08, Steve Marquez wrote: Greetings, Can any of you point me in the right direction on how to use PHP to create a most viewed or most clicked articles list? Can it be done with PHP? Thank you so much, Steve Marquez [EMAIL

Re: [PHP] Most viewed?

2008-04-17 Thread Andrew Ballard
On Thu, Apr 17, 2008 at 12:07 PM, Philip Thompson [EMAIL PROTECTED] wrote: [snip] If you want to take it a step further and only record a *click* if a person hasn't clicked this article before, you have several options. You can save a cookie on their computer saying they've clicked that

Re: [PHP] Most viewed?

2008-04-17 Thread Richard Heyes
If you want to take it a step further and only record a *click* if a person hasn't clicked this article before, you have several options. You can save a cookie on their computer saying they've clicked that article - of course they can delete the cookie, which may skew the count. Or you can save

[PHP] Most viewed?

2008-04-15 Thread Steve Marquez
Greetings, Can any of you point me in the right direction on how to use PHP to create a most viewed or most clicked articles list? Can it be done with PHP? Thank you so much, Steve Marquez [EMAIL PROTECTED]

Re: [PHP] Most viewed?

2008-04-15 Thread Nathan Nobbe
On Tue, Apr 15, 2008 at 9:41 AM, Steve Marquez [EMAIL PROTECTED] wrote: Greetings, Can any of you point me in the right direction on how to use PHP to create a most viewed or most clicked articles list? Can it be done with PHP? are these articles on a site youre creating? it should be

Re: [PHP] Most viewed?

2008-04-15 Thread tedd
At 10:41 AM -0500 4/15/08, Steve Marquez wrote: Greetings, Can any of you point me in the right direction on how to use PHP to create a most viewed or most clicked articles list? Can it be done with PHP? Thank you so much, Steve Marquez [EMAIL PROTECTED] Steve: There are a couple of ways