Posts by Mucharski • 35 points
7 posts
-
-1
votes1
answer30
viewsA: Close an execution or not when there is a Pdoexception error?
As it says in the Woss comment: ask yourself if it makes sense for the script to run if there is an error in the database. Probably not, so it’s interesting to finish the execution.
-
0
votes1
answer304
views -
0
votes2
answers116
views -
1
votes2
answers102
viewsQ: List something from a constructor
I have a code in Java that creates a client in the class Cliente: public class Cliente { String nomeCompleto; String dataNas; String email; String senha; } then I have the builder of this Cliente…
-
0
votes2
answers1138
viewsQ: Jquery - Make ENTER trigger a button
I have a code in Javascript/Jquery that I wanted to also execute the function or when clicking the button, or that the button was triggered with enter when typing. Detail that this is just a test…
-
-1
votes1
answer158
views -
0
votes0
answers32
viewsQ: Form - Take data with PHP
I’m a beginner in this part of creating websites, I’m making a site where will have a registration form, and I want this registration to go to a database, or a page that can access all the records…