Posts by sigleane • 17 points
2 posts
-
-1
votes1
answer58
viewsQ: Why are strings that contain [ or ] coming from $_POST transformed into an array?
I am sending data from a textarea via AJAX to PHP by the POST. method in this textarea contains some square brackets. Well, when the text of the textarea arrives in the POST, it automatically…
-
-3
votes1
answer28
viewsQ: How to access a data from inside the object, being in the same object
let carryData = { prova: Number(34), semanal:Number(345), aExtra:Number(543), total:??? //quero o valor da prova, nesse mesmo objeto }
javascriptasked sigleane 17