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 7419745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:07:29+00:00 2026-05-29T08:07:29+00:00

Code for webpage such that if anyone closes it, then next time when he

  • 0

Code for webpage such that if anyone closes it, then next time when he opens it should start from the same page.

Thank you for giving your time.

  • 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-29T08:07:30+00:00Added an answer on May 29, 2026 at 8:07 am

    Rough idea:
    Set a cookie on each page they visit. Then call that page on the index for example.

    On the page they enter

    <?php
    setcookie("page", "home.php", time()+3600);
    ?>
    

    On any page i.e. index.php

    if (isset($_COOKIE["page"])){
      header('Location: ' . $_COOKIE['page']);
    }else{
       //do nothing or something
    }
    

    With the above solution gotta make sure that they are not redirected on every page but only when they revisit the website 🙂

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

Sidebar

Related Questions

I have code that sends emails to users from a signup webpage. Occasionally, users
I'm using TNMHTTP in Delphi to retrieve the code from a webpage. The code
I'm debugging someone else's code for a web page that is made with ASP.NET
My code just scrapes a web page, then converts it to Unicode. html =
I am developing a web page code, which fetches dynamically the content from the
I'm trying to get data from a webpage that serves a XML file periodically
I'm writing a webpage that uses [what I believe to be] AJAX such that
Im trying to grab a HTML source code from a webpage which needs user
I am writing a css code for a webpage, i have a navigation menu
I've got the following piece of code in an aspx webpage: Response.Redirect(/Someurl/); I also

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.