Create student registration form and print preview in PHP and MYSQL | Admission form | Part 2 -

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • In this video, we will create a student registration form with a printable preview in PHP and MYSQL. The student registration form is known as the student admission form. The registration form is used to take data from the students via an online website. This is part 2 of the registration form. If you want to watch the first part of the student registration form then visit the below link.
    Student online admission form with printable preview in PHP | Registration form with Printable form (Part 1)
    • Student online admissi...
    In this tutorial, we will use bootstrap to make a responsive registration form in PHP and MYSQL. As you know bootstrap is one of the famous HTML frameworks that help design responsive student registration. As you know, On any government website, we can do registration and after the registration is completed, we can also print a preview form. You will learn the same feature in this video tutorial.
    Source for this tutorial -
    technosmarter....
    Website
    technosmarter.com
    For any question , use our Techno Smarter QA platform.
    Ask a Question
    technosmarter.c...
    or other videos by Techno Smarter...Subscribe below links!!
    Facebook
    / technosmarter
    Instagram
    / technosmarter
    Twitter
    / technosmarter
    RUclips Channel
    / technosmarter
    #technosmarter #registration #admission #php_in_hindi #phpscripts #phptutorials #phptutorialinhindi #phptutorialforbeginners #mysql #boostrap #admissionform #registrationform #trending #students #school #college
    Student registration form and print preview in PHP, MYSQL and boostrap

Комментарии • 45

  • @dastgirakhtar9782
    @dastgirakhtar9782 Год назад +1

    Nice

  • @gsquarefacts1009
    @gsquarefacts1009 Год назад +1

    Thank you sir 😊

  • @ankit-o2h3n
    @ankit-o2h3n День назад

    can you please help me when I upload this project on my hostinger it is showing 403 access forbidden, how can i fix this?

    • @TechnoSmarter
      @TechnoSmarter  День назад

      Check your path where you uploaded or may issue in your htaccess file .

  • @PragyaBharti69
    @PragyaBharti69 6 месяцев назад +1

    THANK YOU SIR BUT THERE IS AN ERROR COMING AT LINE 2 OF PREVIEW.PHP AND IT IS SAYING THIS(Connection stablished successfully
    Warning: Undefined array key "id" in C:\.xampp\htdocs\application\preview.php on line 2
    Warning: Undefined variable $db in C:\.xampp\htdocs\application\preview.php on line 41
    Fatal error: Uncaught Error: Call to a member function prepare() on null in C:\.xampp\htdocs\application\preview.php:41 Stack trace: #0 {main} thrown in C:\.xampp\htdocs\application\preview.php on line 41).........SIR PLZ TELL WHAT TO DO?

    • @TechnoSmarter
      @TechnoSmarter  6 месяцев назад

      Check syntax near about $reg_no , missing semicolon or remove semi colon

    • @PragyaBharti69
      @PragyaBharti69 6 месяцев назад

      @@TechnoSmarter OK sir
      Thank you sir:

  • @SarahHenewaa-kg4ej
    @SarahHenewaa-kg4ej Год назад +1

    Hello boss please my image isn't displaying in the preview.php

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Kindly check image in folder and also your image path . You can check by inspect element and image in folder that you have created for all images .

  • @arupsaha7380
    @arupsaha7380 Год назад +1

    Please make a Student Registration system paid project with customizable field

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      We will definitely create in the future.

  • @stranger5699
    @stranger5699 3 месяца назад

    Which software is used for coding ?

  • @SandipanInfo
    @SandipanInfo Год назад +1

    how to stop resubmit same data or same name

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      You can create validations and restrictions under validations.
      All fields should be validated.

    • @SandipanInfo
      @SandipanInfo Год назад +1

      @@TechnoSmarter I want to if name with father name is same then data not to be inserted

    • @TechnoSmarter
      @TechnoSmarter  Год назад +1

      You can create query like this
      $sql="SELECT count(*) from registrations where name=:name and fname=:fname";
      $stmt = $db->prepare($sql);
      $stmt->bindParam(':name', $name, PDO::PARAM_STR);
      $stmt->bindParam(':fname', $fname, PDO::PARAM_STR);
      $stmt->execute();
      $count=$stmt->fetchColumn();
      if($count>0)
      echo 'Already submitted ';
      }
      else
      {
      // your insert query
      }
      Paste your insert query inside the else block ..

    • @SandipanInfo
      @SandipanInfo Год назад +1

      @@TechnoSmarter thank you.

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Welcome

  • @akashkumarpandey904
    @akashkumarpandey904 Год назад

    i wanted to make this same using java then what all technology i have to use

  • @sagartechinfo8935
    @sagartechinfo8935 Год назад

    Hello sir mere me stmt= $db wala kyu undefined bata rha hai

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Kindly create connection file and include in form and preview files.

    • @sagartechinfo8935
      @sagartechinfo8935 Год назад

      @@TechnoSmarter how to contact you sir. Because i need to made preview of my college project?

    • @sagartechinfo8935
      @sagartechinfo8935 Год назад

      I had create connection file but it shows 2 more error

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      You can contact on fb , insta. Links are in description box.
      Or search Techno Smarter on fb and insta.

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Kindly mention your more errors.

  • @oskrack1367
    @oskrack1367 Год назад +1

    Bro image upload nahi ho rahe hai

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Please check file properties carefully and also create uploads folder .

    • @oskrack1367
      @oskrack1367 Год назад

      @@TechnoSmarter folder name Dena hai kya wha pe

    • @oskrack1367
      @oskrack1367 Год назад

      Folder path

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      Yes folder path
      $folder = "uploads/";

    • @oskrack1367
      @oskrack1367 Год назад

      @@TechnoSmarter nahi ho rha bro