0
Need Support in Web page.
I am developing a static college management system that is a part of my college project. In this system i created a option named as "ID Card", which will be used by college administration for generating id card for students. So, my question is how can i create this thing? Where - Admin just have type the student name - The Systemwill fetch all details from database - Displays all details in their respective fields such as- Student name in SName field, age in age field etc. And another question is do i really need a database? One may note that i only know HTML,CSS,JavaScript.
5 Antworten
+ 1
"And another question is, do I really need a database?"
Ideally yes, looking at your system description, a database might come in handy.
"Admin just have to type the student name"
Names are not unique, for this type of system, a unique identification number is a better idea than names.
One way or another, sooner or later, you'd have to learn SQL or NoSQL for this types of stuffs : )
+ 1
No its not my homework, i am just learning things and making them practically. I am just asking ehat technique i should use
+ 1
Ipang this is the answer that i was looking for from 2 days. Thanks buddy!
+ 1
No sweat 👌
And good luck with that! 👍