Posts by Rafael Figueiredo • 71 points
4 posts
-
0
votes2
answers24
viewsQ: Operation using another table field
I need to calculate the amount of consumption of a material. And I wanted to look for the multiplier factor of the unit of another table, but the system presents me the following message:…
-
3
votes3
answers9654
viewsA: How to give permission to other users to upload content to my project on Github
When Voce creates, there in Setting has an option that Voce only allows the collaborators you added. So in collaborators you add who can perform the commits and push. I left the image to better…
-
3
votes5
answers1540
viewsQ: Check that all $_POST was shipped without using too many ifs
Good morning, I have to check that all the form fields, sent as $_POST, were not blank, this until I solved. But I wanted to see a way to not need to use too many if/Elif to check every $_POST index…
-
1
votes1
answer70
viewsQ: How can I insert data into two different tables?
I created a function to insert information to two different tables, but it is showing an error: You have an error in your SQL syntax; check the manual that Corresponds to your Mariadb server version…