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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:56:26+00:00 2026-06-01T15:56:26+00:00

I have created Login forms and registration forms for a website. The form is

  • 0

I have created Login forms and registration forms for a website.

The form is posted for validation to checklogin.php and checksign.php, however when it finds any errors it displayes them in the separate file.

login

The following is the error message for the following validation statement

 if (!$_POST['fullname'] | !$_POST['myusername'] | !$_POST['mypassword'] | !$_POST['remypassword']) {

        die('You did not complete all of the required fields');
    }

Error

My question is: how do i show them in the same page? For instance; in a label next to the form. Thanks, any tips would be of great help. this is the website im making autosales

  • 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-01T15:56:28+00:00Added an answer on June 1, 2026 at 3:56 pm

    By structuring your code so that the order of validation can come before final processing, and if not, display the form page again

    if($_SERVER['REQUEST_METHOD'] === 'POST')
    {
      $valid = false;
      // perform input validations here
      if(dosomething())
      {
        $valid = true;
      }
    
      // if valid, perform processing here, and either show success page (or redirect)
      if($valid === true)
      {
        // SQL junk here
        include('success.php');
        exit();
      }
    }
    
    // render original form after this line
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have created a forum using php/mysql and users login through facebook using php
I am using my admin panel login script where i have created a global.php
In my website, I am not using any authentication or authorization. I've created login
I have created a Django app. I have a registration page(simple HTML form) in
I have created a django application. The application has a registration form. I inserted
I have created a django app. It has got a user login/registration on the
My task is create both login and registration form on one view! I have
I have created login account on my localhost\sql2008 Server (Eg. User123) Mapped to Database
I have created login page forced login in several pages. Now i need to
I've created a login page and in the db table i have a field

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.