Dear viewers, If you face any difficulties running the project in your local machine please email me at contactyros@gmail.com. or at my whats app number 7896922693 No money is involved; I just want all viewers to get what they came for.
Sir I am Isaac a Ghanaian from west Africa, project has really really broadened my understanding about software development and it's operations. Thanks so much!!!! You are too good and very kind❤❤
Thankyou so much for presenting this project and explaining it so well sir. It really helped me to understand the concept of web and the math behind connecting the frontend and backend. Please upload more such interesting projects. Thanks once again Sir.❤
you are too kind...🥰🥰I am deeply grateful for your support and thoughtfulness. Thank you from the bottom of my heart, 😊 may God bless you with all the happiness you deserve. and may your channel gain a multitude of new subscribers🎉🎉🫰
amazing sir ! Ive made a project but i want to update the attendance in google online sheets rather than downloading it again and again. is it possible?
Its doable using google drive api. Recently I did something similar for one of my NodeJS project. Give it a try. We can do a google meet and discuss, if needed.
Please give me idea, how can i add semesters inside the session semester? Like 1st semester 2nd semester……. And inside that semester subjects and inside subjects than students name, Instead of directly showing subjects
The approach you take depends on how you model your data. One perspective is that the semester is related to the student. In India, there are typically two sessions per year. The semester count for a student is determined by the number of sessions from the admission session to the current or completion session. On the other hand, courses are offered on a session-wise basis, such as in the SPRING or AUTUMN sessions. Students can choose any courses from the list of offered courses. Once you establish the underlying assumptions, the next step is to modify the database by adding new tables or columns to existing tables. Then, decide on the design of the user interface. The final step involves coding the required pages and their functionalities. This is a very high-level overview. If you'd like more detailed information, we can arrange a Google Meet to discuss further. Please send me an email at contactyros@gmail.com so I can send you a meeting link.
It seems the DB in not properly connected. If you'd like, we can arrange a Google Meet so that i see the screen and try to fix it. Please send me an email at contactyros@gmail.com so I can send you a meeting link.
Lets do a google meet, if i see your screen i might be able to solve the issue. . send an email at contactyros@gmail.com, so that I can send u the link
@@DrRCB Thank you so much🙏 I learned so many things, & successfully made the project, am going to present it tomorrow at my college, all thanks to youu!!!
Ok. Let me tell you the abstract steps 1. Upload the file in the server as a .CSV 2. Read the csv file and for each row insert the details in the student details table. See chapter two of the series to learn how to insert from PHP
@@DrRCB sir I'll try that but problem is when my database is created student names not showing in taking attendance i send email also for this problem please help
It seems the DB is not connected properly. If you'd like me to see your screen for a quick solution, we can arrange a Google Meet. Please send me an email at contactyros@gmail.com so I can send you a meeting link.
Dear viewers, If you face any difficulties running the project in your local machine please email me at contactyros@gmail.com.
or at my whats app number 7896922693
No money is involved; I just want all viewers to get what they came for.
Sir I am Isaac a Ghanaian from west Africa, project has really really broadened my understanding about software development and it's operations. Thanks so much!!!!
You are too good and very kind❤❤
Thankyou so much for presenting this project and explaining it so well sir. It really helped me to understand the concept of web and the math behind connecting the frontend and backend. Please upload more such interesting projects. Thanks once again Sir.❤
Thank you. A full-stack MERN project from scratch is going to be published very soon. Stay tuned.
Thank you for your effort so much this is so good ^^
Thank you too!
Can we edit that code in xxamp??
you are too kind...🥰🥰I am deeply grateful for your support and thoughtfulness. Thank you from the bottom of my heart, 😊 may God bless you with all the happiness you deserve. and may your channel gain a multitude of new subscribers🎉🎉🫰
Thank you. It means a lot to me. May God bless you .
Sir, can you say us the number of modules present in it and the number of uml diagrams we need to draw
how to Make an index page and redirect to login page pls do one video sir
amazing sir !
Ive made a project but i want to update the attendance in google online sheets rather than downloading it again and again. is it possible?
Its doable using google drive api. Recently I did something similar for one of my NodeJS project.
Give it a try. We can do a google meet and discuss, if needed.
Professor, please, how do I show the “notfy attendance shortage” button because it does not appear for me?
I can only tell you when I see your code. Please send me an email at contactyros@gmail.com so that I can send u a meet link.
Omg thank you so much 💞 @@DrRCB
@@DrRCBthank you so much
Please give me idea, how can i add semesters inside the session semester? Like 1st semester 2nd semester……. And inside that semester subjects and inside subjects than students name, Instead of directly showing subjects
The approach you take depends on how you model your data. One perspective is that the semester is related to the student. In India, there are typically two sessions per year. The semester count for a student is determined by the number of sessions from the admission session to the current or completion session. On the other hand, courses are offered on a session-wise basis, such as in the SPRING or AUTUMN sessions. Students can choose any courses from the list of offered courses.
Once you establish the underlying assumptions, the next step is to modify the database by adding new tables or columns to existing tables. Then, decide on the design of the user interface. The final step involves coding the required pages and their functionalities.
This is a very high-level overview. If you'd like more detailed information, we can arrange a Google Meet to discuss further. Please send me an email at contactyros@gmail.com so I can send you a meeting link.
How to add data in this?
Sir i did the same configuration as yours but email is showing that email not sent😢 please help me hope you reply me
I sent you a meet link. Please join ASAP
am able to login it say oops something went wrong
sir I've sent an email to you about my attendance system and I want to add pictures through your coding. (using html and css)
Hi
Please were you able to do what you were trying to do?
When I'm trying to login it showing opps something went wrong how will i fix it?
It seems the DB in not properly connected. If you'd like, we can arrange a Google Meet so that i see the screen and try to fix it. Please send me an email at contactyros@gmail.com so I can send you a meeting link.
Why solve localhost
Opps something went wrong
Please guide this issue
Please send me an email at contactyros@gmail.com. I shall assist you on a google meet then.
How can i change the email text
Please see at 57:45.
Even i did the same configuration as yours, my email is not sent, help!
Lets do a google meet, if i see your screen i might be able to solve the issue. . send an email at contactyros@gmail.com, so that I can send u the link
@@DrRCB Thank you so much🙏 I learned so many things, & successfully made the project, am going to present it tomorrow at my college, all thanks to youu!!!
@@krisalagurung21 Is the problem solved. Are the emails going ?
@@DrRCB yes it’s solved! I made separate gmail id for that myself! & it’s working now!
@@krisalagurung21 Great to know that. Thanks for watching.
Sir how can add my own student details with exel sheet
Ok. Let me tell you the abstract steps
1. Upload the file in the server as a .CSV
2. Read the csv file and for each row insert the details in the student details table.
See chapter two of the series to learn how to insert from PHP
@@DrRCB sir I'll try that but problem is when my database is created student names not showing in taking attendance i send email also for this problem please help
you are good
i like you
Thank you so much.
How can i convert this website into mobile app?
One of the most standard ways will be to write the front end in react-native.
Can you help me @@DrRCB
@@DrRCBcan you help me
@@rasoolnadaf2221 I can build you the app as a paid service. Please send me an email at contactyros@gmail.com for further discussion.
@@DrRCB ok
Sir kya aap firse help kr skte he maine mail kiya he aapko
OK
🎉🎉 Thanks Sir
you are welcome🙂
Source code send me plz
Project Source Code: github.com/DrRCB/AttendanceAp...
Why solve . Localhost
Oops something went wrong
Please send me an email I shall assist you on a google meet then.
Pls Gmail address
When I'm login in it says opps something went wrong how to fix it
It seems the DB is not connected properly. If you'd like me to see your screen for a quick solution, we can arrange a Google Meet. Please send me an email at contactyros@gmail.com so I can send you a meeting link.