Posts by felipe.zkn • 166 points
3 posts
-
1
votes1
answer474
viewsQ: Variable loses value in C
The code below has the expected behavior in case the values are informed correctly. But when I report, for example, in the following order: preco equal to 1, to quantidade equal to -1 and then the…
casked felipe.zkn 166 -
1
votes1
answer82
viewsQ: yii2-Braintree installation problem via Composer
I have successfully installed the Braintree component by Composer. Now, I need to install another component, the yii2-Braintree. I added, as the tutorial says, the line "bryglen/yii2-braintree": "*"…
commiserateasked felipe.zkn 166 -
1
votes1
answer111
viewsA: Problem with SESSION in php
Use: $row=mysql_fetch_array($query); instead of: $row=mysql_fetch_array($sql);