Posts by fredsonnunesjr • 3 points
2 posts
-
0
votes1
answer108
viewsQ: How to make a Mysql SELECT by summing values of several Ids from a table?
Hello! I have two tables: one where I register entries and another where I have a register of payment methods. When I enter a value into the input table, I put the Pgto form ID and that ID…
mysqlasked fredsonnunesjr 3 -
0
votes0
answers228
viewsQ: How to make a routine of sending certain data from one Mysql database to another
I’m a beginner and enthusiast in web programming. I try to develop a system that works basically like this: I have a contact log, only running on localhost (PHP and Mysql) - because I need a system…