Posts by Geziel • 1 point
2 posts
-
0
votes2
answers31
viewsA: System does not add and edit, just view
@Bruno Rigolon Thank you for the answer, but the problem was not at this point. However analyzing the code below I discovered the problem. if ($this->form_validation->run('marcas') == false) I…
-
0
votes2
answers31
viewsQ: System does not add and edit, just view
I’m having trouble with a trademark registration system. The system is viewing the marks correctly, but does not edit or include new marks, just reload the page. models>marcas_model.php <?php…