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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:23:35+00:00 2026-05-27T23:23:35+00:00

My main page is index.php . I am using CAPTCHA in that, after submitting

  • 0

My main page is index.php. I am using CAPTCHA in that, after submitting the form on that page it checks for CAPTCHA validation, if the value is correct then it goes to form.php. If the value is incorrect then it will stay on the same page.

My problem is if the CAPTCHA value is incorrect it comes to index.php and all values that I have entered in form are null. I want the values that I entered in the form, even if CAPTCHA is wrong and ask for new CAPTCHA text.

if(empty($_SESSION['6_letters_code'] ) || strcasecmp($_SESSION['6_letters_code'], $_POST['6_letters_code']) != 0)
{
    $errors .= "\n The above code does not match!";
}

if(empty($errors))
{
    header('Location:form.php');
}

function IsInjected($str)
{
    $injections = array('(\n+)',
        '(\r+)',
        '(\t+)',
        '(%0A+)',
        '(%0D+)',
        '(%08+)',
        '(%09+)'
    );

    $inject = join('|', $injections);
    $inject = "/$inject/i";
    if(preg_match($inject,$str))
    {
        return true;
    }
    else
    {
        return false;
    }
}

if(!empty($errors))
{
    header('Location:index.php');
    echo "The above code does not match!";  
}  
  • 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-27T23:23:35+00:00Added an answer on May 27, 2026 at 11:23 pm

    The simplest way is toy put your validation script on the same page of the form, and after validation if correct redirect user browser to another page, els let them be on the same form page…

    Now put in your input fields like this presuming you are using POST method to send.

    <input type="text" name="username" value="<?php echo isset($_POST['username'])? $_POST['username']:'';?>"
    

    Same for remaining..

    Or if you want to have your verification logic on some other page then use SESSION variables to transfer value between pages…
    I hope I answered what what you are looking for..for anything else comment..:)

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

Sidebar

Related Questions

I am using jQuery . My main page is index.php . on load of
I am using jQuery for a simple website and have a main page 'index.html'
I've created a blog main page using PHP and have included a sidebar and
When people visit my main page, index.php, I want them to be redirected to
I built a classified. In the main/index.php page, I have many categories like cars,
I have an iframe (iframe.php) inside my main page (index.php). I want to echo
My question is quite simple. I have my main page (www.domain.com/index.php) Is there a
my page http://www.dinomuhic.com/2010/index.php loads the Showreel at the start of the page using an
In my main page (call it index.aspx ) I call <%Html.RenderPartial(_PowerSearch, ViewData.Model);%> Here the
I have a main page that I want to be a sort of dispatch

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.