Can someone please help me with how to create exam portal without PHP with only JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone please help me with how to create exam portal without PHP with only JavaScript

Can someone please help me? I want to create a forum like a school exam portal with JavaScript Where each student will have their cards will a pin written on it, And that pin would be used to access each students result, I tried using form validation I found out that all registered pin will be directed to a particular page and I would still have to use PHP to develop that page so each user can see different things but I have zero knowledge on PHP, Please how can I use just JavaScript, Please I need help 😭😭🙏🙏

8th Apr 2021, 12:54 AM
Ikuobase Wisdom Ewaensetin
Ikuobase Wisdom Ewaensetin - avatar
2 Answers
+ 2
You're going to need to use something on the backend (server side) with this for security purposes etc. Otherwise all the info would easily be accessible just by doing a right click view source on the page(s). If you want to stick with JS then you may want to use something like Node.js for your backend. You'll probably also need to use a database, so you'll need to use SQL with your project too.
8th Apr 2021, 1:06 AM
ChaoticDawg
ChaoticDawg - avatar
0
Thanks
10th Apr 2021, 12:37 AM
Ikuobase Wisdom Ewaensetin
Ikuobase Wisdom Ewaensetin - avatar