Copy link to clipboard
Copied
My daughter has to produce a web based quiz for her A level course work. No problem writing the code but we are struggling with the database for the login user/password. Can anyone recommend the database element or how to do the link to Dreamweaver. She can't get any help from school but is allowed outside help. Very strange!
Copy link to clipboard
Copied
1. For ethical reasons, I don't do student homework. That would defeat the whole purpose of homework.
2. Modern Dreamweaver can't help you with databases. It's mainly a front-end coding tool for working with HTML, CSS, & JavaScript. Backend developers use other advanced tools, which vary depending on the databases & programming languages they're working with.
First, find out what type of database you can use with your server: MySQL, Maria, MS SQL, SQL-lite, JSON, etc... That will determine which programming languages to set your sights on and ultimately which tools you should use.
Hope that helps and best of luck.