0
Good afternoon guys, I’m new in web programming and I’m making an online schedule where a student registers a test or work that will and then (through CRUD) the site shows the evidence and registered works. However, I’m having trouble making a category screen. In my database have the following fields: id_evaluacao, disciplina_avaliacao, materia_avaliacao, professor_avaliacao, categoria_avaliacao e nota_avaliacao. I would like to have a menu on the page categories.php and in the menu have the category fields: arts, matematica, Portuguese etc... and when the user clicks on some field, the site shows the proofs of the selected category.
the category would be the
disciplina_avaliacao?– Pedro Henrique
Actually, no, because the user entering the discipline field in the register, the string would go with uppercase letters and scores. Then the categiria would be categorie_rating that in the case would be the same string of the discipline field, but with database formatting.
– Paulo Leal
So in the case of a discipline called
Programação, in the disciplineProgramaçãoand categorie_rating asprogramacao, that would be it ?– Pedro Henrique
This, as in the evaluation register the field "Discipline" is as select, once you select a discipline, so the category will have the name of the discipline.
– Paulo Leal