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

  • SEARCH
  • Home
  • 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 6613313
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:12:14+00:00 2026-05-25T20:12:14+00:00

I have one question which is somewhat two-parted (though the parts go hand in

  • 0

I have one question which is somewhat two-parted (though the parts go hand in hand). I’ve started picking up PHP, and I wanted to do two things when an image is clicked.

I want the click to

  1. Increment a session variables, say $_SESSION['entry'].
  2. Reload the current page (say index.php).

How should I go about this?

To be clear, I’m not asking for someone to code this for me, I’d just like to be pointed in the right direction because I’m not too sure what the best way would be.

  • 1 1 Answer
  • 0 Views
  • 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-25T20:12:15+00:00Added an answer on May 25, 2026 at 8:12 pm

    Well, anchor links “reload” the page if the href points to the same page. So, all you need to do is tell PHP you want to increment the session variable. You could use a GET variable to do this:

    <a href="index.php?increment=true">Increment the counter</a>
    

    And then in your index.php:

    if (isset($_GET['increment']) && $_GET['increment'] == 'true') {
      $_SESSION['counter']++;
    }
    

    This assumes you’ve already initialized the session variable counter at some point. You can check out the wonderful PHP docs to explain the functions used above if you aren’t familiar with them.

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

Sidebar

Related Questions

The question has two parts, one of which I already have the answer for.
I am learning JPA and have one question: In which situations we need more
I want to implement this view But I have one question: The text which
I have a question regarding the some data which is being transfered from one
Basically, I have the same question as this one , which unfortunately never got
Two questions rolled into one here... I have a number of functions which are
Trying to understand the new async/await pattern, I have one question which I can't
i have one question about jquery ajax().. I created a table grid and there
I have one question; In my ASP.NET MVC web application have to do certain
I have one question about searching and counting files in directories and subdirectories. I

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.