Posts by Daniel Lima • 15 points
3 posts
-
1
votes1
answer39
viewsQ: How to check an array quickly?
Hello, on my system I get a request in JSON format and soon after it is decoded. This is the mandatory model that the requisition must have. array ( "client_id" => "", "credentials" =>…
-
0
votes2
answers53
viewsA: Update data associated with a specific name in a PHP and SQL database
I think you forgot to define the GET method in your form. It should look like this. <form method="get" action="get_form.php"> If it still doesn’t work, try checking this line by adding an…
-
-2
votes1
answer56
viewsQ: Calculate PHP box goals
Hello, how could I do meta box calculation with PHP? I have a query in which returns all entries of the current month and then the sum. Target: 200000.00 Total obtained so far: 15000.00 How could I…