Posts by Guilherme Schults • 27 points
5 posts
-
0
votes0
answers962
viewsQ: How to allow login into the system validating user and password by php database?
Next guys: I have an html form where I take this data and send it to a php action where the data is processed and sent to the database. This part is ok, the data goes right and everything. Now I…
-
0
votes2
answers75
viewsQ: Form data is not registered in the database
Guys help me. Next: I have here an html form which I send the form data to an email through the action. Only, before sending it to the email I want that same data to be entered in the database. For…
-
1
votes0
answers702
viewsQ: How to write objects to a file and read these objects
I need to record the created objects in a TXT file and then read the recorded files and show the recorded objects. I searched in several places but I’m not able to solve my problem. I have a class…
-
-2
votes3
answers797
viewsQ: Count numbers 1 in binary number after decimal base conversion
In this program I need to count the number 1 present in the binary number after decimal base conversion. Follow the code: #include<stdio.h> #include<stdlib.h> #include<string.h>…
-
1
votes1
answer54
viewsQ: Problem in using char string
Guys help me: the exercise I’m trying to do is 4. Write a program in which: a) A character must be read that is one of the vowels of the alphabet and may be uppercase or lowercase. b) a function is…
casked Guilherme Schults 27