Posts by DANILO MIGUEL DE SOUZA • 3 points
3 posts
-
-1
votes1
answer39
viewsQ: How to perform this query correctly ? [Mysql]
In front of this database: Employee(employee, employee name, street, city) Works(employee, code company, salary) Company(code company, company name, city) Manager(employee,…
-
-1
votes1
answer72
viewsQ: How to classify a.csv file column without using PHP Sort functions?
I need your help to complete a college activity. I have to sort the rows of a.csv file according to one of the columns and display the result. I could use the array_multisort, but I need to write it…
-
-1
votes1
answer333
viewsQ: How to make the back-end and front-end connection?
I need your help. I have an HTML form, which requests two types of data from the user, Height and Weight. And I have a code in Java that will receive these two data and calculate the BMI. My…