Posts by Jorge Martins • 41 points
3 posts
-
2
votes2
answers1080
viewsA: Error doing Insert in PHP database
In function mysqli_query($sql) is missing the connection link to the database. It would be like this: mysqli_query($link, $sql) Access http://php.net/manual/en/mysqli.query.php…
-
1
votes1
answer398
viewsA: python request iugu returns status 400
Resolved issue I got a tip from the yugu. to verify the data that is sent via Curl, is the postcatcher.in. There it was possible to create a session and direct the url of my application to the url…
-
1
votes1
answer398
viewsQ: python request iugu returns status 400
I’m testing the api of yugu. to generate boletus payments and I’m having problems returning json because there is no error in Dictionary items that is sent to the API (in php it would be an array)…