Posts by Thun An Freitas Chiu • 23 points
8 posts
-
0
votes1
answer51
viewsQ: How do I bring the same numbers from other tables?
Good morning, I’d like that help. I have a table of "INSCRIPTION" where it has 2 foreign keys (CAND_SQ and CANDPL_SQ). Both foreign keys have a CPF field. I would like to know how I bring the…
-
-1
votes1
answer42
viewsQ: How to get the amount of multiple properties on a list?
I have a list that has over 10,000 Curriculum Grades. Within Curriculum Grade I have the name of the Discipline and the Teaching that it is There are 15 subjects that can be repeated for each…
-
1
votes1
answer713
viewsQ: Add +1 Variable to each created object
I’m creating a candidate class, where I’ll pass on a candidate’s name and number. In it I created a vector, to store the candidate’s number. So that there is no equal candidate number. I created a…
javaasked Thun An Freitas Chiu 23 -
0
votes1
answer97
viewsQ: Error when trying to fetch HTML form Mysql BD information
I am trying to make a search through information passed by the user. However, when I click send, gives an error. Follow my Form code and PHP code. 1)HTML <!DOCTYPE html> <html>…
-
0
votes2
answers90
viewsQ: Logic problem in Javascript
I am asking to print only the name and notes. However it is duplicating at the time of printing. Ie... If I typed John, 1,2,3,4; Peter,3,4,5,6. At the time of printing, he prints twice the same…
javascriptasked Thun An Freitas Chiu 23 -
0
votes1
answer7521
viewsQ: How to query in Mysql and PHP database
I made a registration form that adds the information in the Mysql database. But I created a query form and would like to know how to return information from the database. Insert.php <?php…
-
0
votes1
answer46
viewsQ: Problem sending PHP to Mysql
Good night. I have a big problem and I can’t fix it. I created a form to register and when I click send, instead of sending, appears the PHP code. I already installed XAMPP and then WAMPP, but it…
-
0
votes1
answer266
viewsQ: Two-dimensional array size is not being defined
I created a matrix and put it to initialize with the values passed in the constructor, but it is not initializing. I created the object, played the values, but when I call the method to show the…