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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:59:48+00:00 2026-05-23T14:59:48+00:00

There is a textbox ( name=url ) in a form which contains a page

  • 0

There is a textbox (name="url") in a form which contains a page URL. When the form is submitted, data will be sent to a PHP page. I want to know how to redirect that PHP page to the URL from the form? I have the code for redirection:

header( 'Location: www.google.com' );

Now I want to know how use that URL from the form, like so:

header( 'Location: << here should be the url we got from form >>' );

How could I do this?

  • 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-23T14:59:49+00:00Added an answer on May 23, 2026 at 2:59 pm

    Can’t you just do this:

    header("Location: {$_POST['url']}\r\n");
    

    ? Edit: Sorry for the really late response, should have checked.

    Edit 2: If you want to redirect after twenty seconds, add this in the <head> section:

    <meta http-equiv="refresh" content="20; <?php echo $_POST['url']; ?>" />
    

    And make sure to include a link back to the page somewhere in your body for accessibility:

    <a href="<?php echo $_POST['url']; ?>">Go back</a>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is one form with a textbox id=name and a button. After the user
In my asp page there is one textbox name ProductName if i write any
I have a registration form which displays a users Name (textbox), Email (textbox) and
In .Net, there is the MaskedTextBox and there is the TextBox which has an
I want to let TextBox control TextChanged event fire only when there are more
I have a situation in which there's an HTTP GET parameter with name Date
Hi there im using a single TextBox for querying differents types of chossings, for
Is there a way to hide the textbox that is targeted by the colorpickerextender
Is there anyway in XAML only to have a linebreak in a TextBox? I
Is there a way to get an ASP.NET textbox to accept only currency values,

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.