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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T11:42:07+00:00 2026-06-07T11:42:07+00:00

So on my website I send out emails with links that the user must

  • 0

So on my website I send out emails with links that the user must follow to verify his/her email. If the user clicks the link in the email, I want the user to be taken to a page that thanks him/her for confirming his/her account, and then redirect the user to the login page. How can I do this? I tried using the PHP header function but this doesn’t work because I must send headers to display the “thank you” message, so I can’t use that function. What can I do to get this to work?

  • 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-06-07T11:42:08+00:00Added an answer on June 7, 2026 at 11:42 am

    You can use a meta refresh to do the redirect after a set period of time. To redirect in 5 seconds, place this code in the <head> of your web page:

    <meta http-equiv="refresh" content="5;URL='http://example.com/'">
    

    You can also do this with an HTTP header:

    header('Refresh: 5;URL='http://example.com/');
    

    Or use JavaScript:

    <script type="text/javascript">
    function delayedRedirect(){
        window.location = "http://example.com/"
    }
    </script>
    <body onLoad="setTimeout('delayedRedirect()', 3000)">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I send out a newsletter email containing URLs to a https website that then
After user registration, website send activation code to email. something like that. www.domain.com/?activate=<code> I'm
Objective Send out a Magento transactional email with a link back to the website
I have a website where a user can send out emails from. I have
when it is to my website send email out to users so send some
I am sending out emails from my website using Zend_Mail and Send Grid. I
I'm building an application that gives users the option to send out an email
I am building a website which allows people to send out emails to people
My website sends an email out to my user's whenever someone PM's (Private Message)
I have a website and I need to send personalized emails to registered members.

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.