Need Support in Web page. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

18th Nov 2020, 1:32 AM
Dhruv Kohli
Dhruv Kohli - avatar
4 Answers
+ 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 : )
18th Nov 2020, 2:45 AM
Ipang
+ 1
No its not my homework, i am just learning things and making them practically. I am just asking ehat technique i should use
18th Nov 2020, 2:34 AM
Dhruv Kohli
Dhruv Kohli - avatar
+ 1
Ipang this is the answer that i was looking for from 2 days. Thanks buddy!
18th Nov 2020, 2:46 AM
Dhruv Kohli
Dhruv Kohli - avatar
+ 1
No sweat 👌 And good luck with that! 👍
18th Nov 2020, 2:47 AM
Ipang