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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:11:52+00:00 2026-06-12T09:11:52+00:00

I need to create a form on my site where users enter a code

  • 0

I need to create a form on my site where users enter a code and based on that code they’re redirected to another page. Doing it through a database would be more secure but I wouldn’t mind if the logic was handled on the form itself.

So, here’s an example of what I mean:

Enter Code: (Box here)

Form searches through list of potential answers( s5d11, wy4sd, lk123, etc.), if it finds a match it redirects to a specific page for each code, if not it gives an error message that the code entered was wrong.

  • 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-12T09:11:53+00:00Added an answer on June 12, 2026 at 9:11 am

    This is an example with two files, one html and one php file. The html-page submits the contents of your input to a php-page, which redirects the browser to an URL based on the input.

    HTML, index.html:

    <form action="redirect.php" method="get">
      <input name="mytext" />
      <input type="submit" />
    </form>
    

    PHP, redirect.php:

    <?
    switch($_GET['mytext'])
    {
        case 's5d11':
            header('Location: http://somepage.com/');
            break;
        case 'qy4sd':
            header('Location: http://someotherpage.com/');
            break;
        default:
            print "<p>Wrong code. Try again</p>";
            include('index.html');
            break;
    }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to create c# code to go to site, fill in form submit
I need to create a form that has many of the same fields, that
Hi I need a public order form to provide registered users in my site.
I need to create a Contact Us page for a Joomla! site which I'm
I've created a registration form control for a Sitecore site that will create a
I'm new to Sencha Touch, and I need to create a form where you
I need to create a part of a form where if you click on
I need to create a full-text search form for a database of emails /
I need to create a PHP order form with 150 lines, each line has
I need to create a Gold bar for my windows form similar to what

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.