Posts by Gabriel • 108 points
9 posts
-
1
votes1
answer230
viewsQ: Email in PHP does not work
It does not give any error, just does not get the message. Sending normally via a Webmail will normal, follow the form: <form method="post" action="sendMail.php" id="formMail"> Assunto:…
-
1
votes1
answer278
viewsQ: Form gives error constantly in PHP
I am trying to make my page form return an error and remain on the page if no field is filled in. However, he is doing this even though all fields are filled out correctly ! Could you help me ? The…
-
0
votes1
answer2754
viewsQ: Javascript Alert is not working
Hello, I have a registration form where the password must be repeated, and all fields must be filled, otherwise the user will remain on the page to register. However, Javascript is not working ! Not…
-
0
votes1
answer156
viewsQ: mysqli receiving Boolean
My site is not searching! I couldn’t figure out how to make queries through the search box, I try to access the cars in the database and it brings me the following error: Warning:…
-
0
votes1
answer872
viewsQ: Insert into mysql database
I’m making a website which has a field of login, which when logging leads to the administrator sector being able to enter, delete and change items from the database. Already the registration page is…
-
1
votes2
answers4711
viewsQ: Calendar in PHP
I have a calendar in php and would like to know two things ! How to make the date start Monday ? (Monday 1, for example) and how to make Sundays appear in red. Here’s the code: <!DOCTYPE HTML>…
-
1
votes2
answers36959
viewsA: How to generate an executable program . jar in Netbeans?
As Anderson replied, just right click and click "Clean and Build" do not forget that to run applications. jar, you need the JRE Installed, which contains the virtual machine for file interpretation…
-
2
votes1
answer423
views -
0
votes0
answers60
viewsQ: No suitable driver found (Mas o driver esta la !)
Guys, I made a first application through the Caelum site in Java EE, a calendar, and all right, all right, fine, I added contacts to MYSQL quietly in the Java part of the workbook, the JDBC driver…