Posts by Rubens Sgarbi Ayres • 13 points
3 posts
-
1
votes1
answer137
viewsQ: JSON badly formatted
Hello, my friends. I am generating a file . json with PHP, but even when it is created it is badly formatted, it is not possible to read its data. See: { "0": "6", "idt1": "6", "1": "2018-10-19",…
-
0
votes2
answers457
viewsA: get variable value javascript
Young lady, I got it here. I changed the end of the script. It looks like this: <script type="text/javascript"> $(document).ready(function() { $('input:radio[name=aviso]').click(function() {…
-
-1
votes2
answers457
viewsQ: get variable value javascript
Hello! I need to take the value of a javascript variable, post to a php page to create a php Session variable. here I try to pass the variable js: <script…