Student Grading System Project in PHP MySQL with Source Code - CodeAstro

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 108

  • @wryttech
    @wryttech Рік тому +1

    The admin directory is miss, only student and superadmin available

  • @muhdzakarihassan2014
    @muhdzakarihassan2014 Рік тому +3

    You said the project is in PHP 5 and 7 Please how can i get php 5 or 7 because im seeing blank when i log in as admin

  • @JigsMedina-i6j
    @JigsMedina-i6j 3 місяці тому

    Can i ask where did you get the total grade point?

  • @HASHEMALSALMI-x2q
    @HASHEMALSALMI-x2q Місяць тому

    How we can change current session

  • @angelagonzaga9827
    @angelagonzaga9827 Рік тому +1

    where to put the dompdf folder?

  • @geneskwonenojales4251
    @geneskwonenojales4251 19 днів тому

    I mistaken my ID number during exam, will the names be shown while giving grades in the system?

  • @MHamdiP
    @MHamdiP Рік тому

    Project CODEIGNITER 3 OR CODEIGNITER 4?

  • @HilifMathewos
    @HilifMathewos 6 місяців тому +1

    after login its not show contents of website

  • @onesmoalexander4082
    @onesmoalexander4082 Рік тому

    The CSS not working, after Login! Help please!

  • @احمد-ن4ع8ي
    @احمد-ن4ع8ي 2 роки тому +1

    I downloaded a library dpmpdf and added it to the file, but the error is still the same. I can't print the file. What is the solution, please?
    In which folder was the library added exactly, and what is the name of the file it will be?

    • @CodeAstro
      @CodeAstro  2 роки тому

      Download "dompdf" and place it under the (root project folder) directory with the same folder name as mentioned

    • @odeneho1748
      @odeneho1748 Рік тому

      What is the root project folder Sir @@CodeAstro

    • @chiranjeevichetan7529
      @chiranjeevichetan7529 9 місяців тому

      @@odeneho1748 where the project is extracted in this case C:\XAMPP\StudentGradingSystem

  • @sobujcoxs7790
    @sobujcoxs7790 Рік тому

    when i click student Login not show why?

  • @rajsol8117
    @rajsol8117 23 дні тому

    hi showing an invalid id/password, when my PHP Version was 7.4 or lower

  • @itsmenikz6333
    @itsmenikz6333 5 місяців тому

    hello sir where can i download dompdf and where to place it
    need urgent reply sir

  • @currentskillsacademy9480
    @currentskillsacademy9480 2 роки тому +1

    After I downloaded the dompdf as you and I follow your instructions. It was given me error message "uncaught exception 'dompdf/exception' with message 'no black - level parent found.
    Please what can I do.
    I need your quick response thanks

    • @CodeAstro
      @CodeAstro  2 роки тому

      Please have a look: stackoverflow.com/questions/48436480/codeigniter-dom-pdf-no-block-level-parent-found-not-good

  • @nimeshranpariya9476
    @nimeshranpariya9476 2 роки тому +1

    Project not working
    I Installed setup and login admin but still no one see I can only white screen

    • @CodeAstro
      @CodeAstro  2 роки тому +1

      that's probably due to your latest version of php

    • @JigsMedina-i6j
      @JigsMedina-i6j 3 місяці тому

      @@CodeAstro me too the code is not working im using 5.6 version. in my other pc i try it using 7.4 version not working tooo

  • @jikos7027
    @jikos7027 Рік тому

    it does't open with a given username and password

  • @mahamadhshamir6368
    @mahamadhshamir6368 2 роки тому

    Not able to download pdf it showing warning require_once(../dim pdf/auto load.inc.photoshop);
    Plzz help me soon

    • @CodeAstro
      @CodeAstro  2 роки тому

      Read the instructions provided inside the text file!

  • @muhimpretty4028
    @muhimpretty4028 5 місяців тому

    Print isn't working

  • @hillaryodeny767
    @hillaryodeny767 Рік тому

    Where is the source code link

  • @inimavincent2773
    @inimavincent2773 2 роки тому

    After hosting this project in a an online server the login credentials dont work, please help

    • @CodeAstro
      @CodeAstro  2 роки тому

      Not for live productions

    • @inimavincent2773
      @inimavincent2773 2 роки тому

      @@CodeAstro how can i do that please

    • @CodeAstro
      @CodeAstro  2 роки тому

      @@inimavincent2773 We said, these are not for live productions. That's it

  • @emilamedzro617
    @emilamedzro617 2 роки тому

    Please where do I register a student with his or her password?
    In your video, the form to add a student does not have password

    • @CodeAstro
      @CodeAstro  2 роки тому

      Yes, but the system automatically sets a default password which is clearly mentioned in the registration form. Just pause the Student Registration section and check the text given above the "Add New Student" button.

  • @ljpexam2096
    @ljpexam2096 2 роки тому

    white screen issue not resolve as php version 5.6

    • @CodeAstro
      @CodeAstro  2 роки тому

      You can try this:
      Solution provided by: FRANCIS AGIBU KARGBO
      A simple fix to all those that are having blank results (web page). Follow the steps below:
      1. Open the htdocs folder.
      2. Open the project name folder and search for “dbconnection” or “dbconnection.php” file.
      3. Open the file with any text editor preferably vs code or sublime text.
      4. Change the if statement from;
      if (mysqli_connect_errno($con))
      {
      echo “Failed to connect to MySQL: ” . mysqli_connect_error();
      }
      TO
      if (!$con)
      {
      echo “Failed to connect to MySQL: ” . mysqli_connect_error();
      }
      5. Save the changes and open the project

  • @giwaims
    @giwaims 2 роки тому +1

    Connection FailAccess denied for user 'root'@'localhost' (using password: NO)
    THIS IS MY ERROR MESSAGE PLS HELP

    • @CodeAstro
      @CodeAstro  2 роки тому +1

      You have to configure it according to your own server details in the “dbconnection.php” file

    • @giwaims
      @giwaims 2 роки тому +1

      @@CodeAstro invalid username/password

    • @CodeAstro
      @CodeAstro  2 роки тому +1

      @@giwaims impossible.
      make sure you've entered/copied correctly

    • @giwaims
      @giwaims 2 роки тому +1

      @@CodeAstro or maybe its cos oof the dompdf i haven't added.....where is the directiory i can add it to??

    • @CodeAstro
      @CodeAstro  2 роки тому +1

      @@giwaims check the text file regarding DomPDF info

  • @Itz_Simba.o
    @Itz_Simba.o 2 роки тому

    & Print option isn't working

    • @CodeAstro
      @CodeAstro  2 роки тому +1

      Looks like you haven't checked the text files carefully. All the required points are mentioned there regarding DOMPDF

  • @maryjoybalagot107
    @maryjoybalagot107 Рік тому

    why I'cant open the administrator login? i use your username and password that you given to it. but still not working

    • @CodeAstro
      @CodeAstro  Рік тому

      any error messages? If you see a blank [white] screen after logging in then it due to your latest version of PHP. This project works with PHP 5 and 7 as mentioned in the project overview table.

  • @douagannouni8446
    @douagannouni8446 2 роки тому

    Please how and from where can I download dompdf ??

    • @CodeAstro
      @CodeAstro  2 роки тому

      Use google search for the term "download dompdf" and you'll see results!

  • @giwaims
    @giwaims 2 роки тому

    Please....is it possible to change the superadmin password

    • @CodeAstro
      @CodeAstro  2 роки тому

      i don't think there's a feature that'll allow you to change the password from the system.

    • @giwaims
      @giwaims 2 роки тому

      @@CodeAstro okayy.. thanks

  • @rabiatyahyasayuti1285
    @rabiatyahyasayuti1285 8 місяців тому

    It doesn't work! 🤦

  • @jikos7027
    @jikos7027 Рік тому

    pls try to upload the right one

  • @amuamirtube8592
    @amuamirtube8592 Рік тому

    second year first simister cgpa not sum of first year for example first year first sem 2.5 + first year second smi 3.00 +second year first sem 2.87=? pls this code add

    • @CodeAstro
      @CodeAstro  Рік тому

      for now this is all we've got from the developer

  • @kentzygaming9538
    @kentzygaming9538 11 місяців тому

    Guidance record management please🥺🥺🥺

  • @احمد-ن4ع8ي
    @احمد-ن4ع8ي 2 роки тому

    When I type the password and the user name it does not open for me the admin control panel shows me a white page only what is the solution please help

    • @CodeAstro
      @CodeAstro  2 роки тому

      You can try this:
      A simple fix to all those that are having blank results (web page). Follow the steps below:
      1. Open the htdocs folder.
      2. Open the project name folder and search for “dbconnection” or “dbconnection.php” file.
      3. Open the file with any text editor preferably vs code of sublime text.
      4. Change the if statement from;
      if (mysqli_connect_errno($con))
      {
      echo “Failed to connect to MySQL: ” . mysqli_connect_error();
      }
      TO
      if (!$con)
      {
      echo “Failed to connect to MySQL: ” . mysqli_connect_error();
      }
      5. Save the changes and open the project filename in the browser

    • @amobukari951
      @amobukari951 2 роки тому

      @@CodeAstro i did it and still didn't work

    • @CodeAstro
      @CodeAstro  2 роки тому

      @@amobukari951 What's your PHP version?

    • @amobukari951
      @amobukari951 2 роки тому

      @@CodeAstro my php version is 8.0.11

    • @CodeAstro
      @CodeAstro  2 роки тому +1

      @@amobukari951 not sure about the latest one. that [might be due to your latest version of php] This project was tested only with PHP 5.6 and 7.4

  • @giwaims
    @giwaims 2 роки тому +2

    The CSS isn't chowing in the website...
    How do I link it?

    • @CodeAstro
      @CodeAstro  2 роки тому

      How's that even possible? Are you sure that you've the right one.. i mean you've the right project folder that we've provided?

    • @giwaims
      @giwaims 2 роки тому

      @@CodeAstro yes it is

    • @onesmoalexander4082
      @onesmoalexander4082 Рік тому

      @@CodeAstro The css is not working when I log in in the system, help please,

    • @aatechnology9240
      @aatechnology9240 7 місяців тому

      CSS not working

  • @speedster784
    @speedster784 2 роки тому

    It would be nice if you add some music to your videos instead of just silence..it can be NCS or something melodic..

  • @Itz_Simba.o
    @Itz_Simba.o 2 роки тому

    How do I change the password?

    • @CodeAstro
      @CodeAstro  2 роки тому +1

      There's so such option that'll let you change the password from the system.

  • @joshuacristinio4278
    @joshuacristinio4278 Рік тому

    password didnt match , how can i fix it

    • @CodeAstro
      @CodeAstro  Рік тому

      what about db connection?

    • @joshuacristinio4278
      @joshuacristinio4278 Рік тому

      @@CodeAstro i already imported it on phpmyadmin

    • @CodeAstro
      @CodeAstro  Рік тому

      @@joshuacristinio4278 make sure you've entered/copied the exact username and password given in the text file!

  • @alphaaiofficial1
    @alphaaiofficial1 Рік тому

    What is Administrator Login password?

  • @franciscaagyei6579
    @franciscaagyei6579 2 роки тому

    Please what is the admin password?

    • @CodeAstro
      @CodeAstro  2 роки тому

      check the text file

    • @franciscaagyei6579
      @franciscaagyei6579 2 роки тому

      Please Doo you have a school management system for high school or basic school?

    • @CodeAstro
      @CodeAstro  2 роки тому

      @@franciscaagyei6579 Please have a look at our website!

  • @hectormataflorida9457
    @hectormataflorida9457 2 роки тому

    reset password and register is not running

    • @CodeAstro
      @CodeAstro  2 роки тому

      In most of the cases, the reset password are just shown for demo.
      On the other hand, the student registration do work. For more: watch the full video.

  • @needlesstorpedo5282
    @needlesstorpedo5282 Рік тому +1

    how do i edit the html file?

    • @thetechguy47
      @thetechguy47 Рік тому

      You need to have VS-CODE ou NOTEPADD+++

  • @SURVIVAL3016
    @SURVIVAL3016 2 роки тому

    password pls?

  • @jhnmain
    @jhnmain 2 роки тому

    Hii why if I'm changing the admin password and staffif it's saying incorrect password or username?

    • @CodeAstro
      @CodeAstro  2 роки тому

      And how did you changed it? I don't think there's a feature for that!

  • @amuamirtube8592
    @amuamirtube8592 Рік тому +1

    PLS HELLP PRINT REUALT
    Warning: require_once(../dompdf/autoload.inc.php): failed to open stream: No such file or directory in C:\xampp\htdocs\StudentGradingSystem-PHP\superAdmin\printSemesterResult.php on line 3
    Fatal error: require_once(): Failed opening required '../dompdf/autoload.inc.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\StudentGradingSystem-PHP\superAdmin\printSemesterResult.php on line 3

    • @amuamirtube8592
      @amuamirtube8592 Рік тому

      pls send answer

    • @CodeAstro
      @CodeAstro  Рік тому

      PLEASE CHECK THE TEXT FILE, we've mentioned the solution there. You guys just don't check the text files properly.

  • @احمد-ن4ع8ي
    @احمد-ن4ع8ي 2 роки тому

    When I type the password and the user name it does not open for me the admin control panel shows me a white page only what is the solution please help

    • @CodeAstro
      @CodeAstro  2 роки тому

      What's your php version?

    • @احمد-ن4ع8ي
      @احمد-ن4ع8ي 2 роки тому

      @@CodeAstro 8.0.19

    • @CodeAstro
      @CodeAstro  2 роки тому

      @@احمد-ن4ع8ي That could probably be the reason you're facing such issues. This project is not tested with the LATEST PHP version, so it might create such issue. As mentioned in the project overview table and text files, this project was tested with PHP 5.6 and 7.4. And works well with those mentioned php versions.