Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 545063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:43:19+00:00 2026-05-13T10:43:19+00:00

Hey guys, im building a small product catalog for a client. I am currently

  • 0

Hey guys, im building a small product catalog for a client. I am currently trying to figure out how to go about allowing the user to sort by “popularity”. I figured the easiest/simplest way to do this would be by having a “views” field in each product record.

Originally I didn’t think this through (duh) and thought I would just add one to the “views” count when the function to retrieve a specific product is called. Of course the problem with this is that it doesn’t account for someone refreshing the page 30,000 times.

What is the best way to go about this? Does php have any sort of way to see if a visit is unique?

I am using php/codeigniter/mysql/html/css/javascript/jquery.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:43:19+00:00Added an answer on May 13, 2026 at 10:43 am

    You could store if the client has already visited the page in a session variable, and run the same views query. Now this won’t prevent a user from closing the browser, reopening, and returning, but it should provide a decent level of protection. If that’s not enough you can move to cookies, followed by user registration, or IP tracking.

    Okay, the session approach. On your page you run:

    session_start();
    if(!isset($_SESSION['page_views']['some_unique_string'])){
      $_SESSION['page_views']['some_unique_string'] = true;
      // update your database
    }
    

    Note that you’ll want to make sure 'some_unique_string' is unique to the page you’re tracking views on.

    The approach is nearly identical for cookies.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey guys i'm trying to figure out how to subtract one time from another
hey guys having this really simple problem but cant seem to figure out have
Hey guys I'm building my first website and I cannot figure how to get
Hey guys. I'm building a simple blog and have my data returning from my
Hey guys was hoping you could help me out. basically i'm working on a
hey guys was hoping you could help me out, Not sure if I always
Hey guys I have about 8 fieldSets and Im iterating over a list. I
Hey guys, sorry I'm kind of new to programming, but I had a small
Hey guys I am new to android development, I am currently making an application.The
Hey guys i am currently working on an android app that will allow me

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.