Posts by João pedro • 104 points
6 posts
-
0
votes1
answer211
viewsA: Query in Sequelize separating Month and Year
It’s a bit confusing but I’ll try to help! the variable valleys must return an array with columns referring to the given ID, certain?! to pick the month and year you can use the Date by passing the…
-
3
votes1
answer281
viewsQ: How to use Deep-linking in React Native?
How to pass a URL in this format https://www.google.co.uk/? code=3a549132-8966-4ae1-a951-7e873452df3c&state=febe0bc9-8b38-4a78-a122-7e36c398a14a by the browser in a way that opens the…
react-nativeasked João pedro 104 -
0
votes1
answer69
viewsQ: My download Function corrupting the file
I created a download Function but it’s corrupting the files and I can’t find the reason! Downloads normally, but when I open the file it reports that the file is in an unknown or damaged format.…
phpasked João pedro 104 -
0
votes1
answer79
viewsQ: Composer autoload
I’m having trouble in hr adding a class to my autoload, keeps giving Class Routes not found! Could someone help me? Composer.json "autoload": { "psr-4": { "App\\Http\\Controllers\\":…
-
1
votes1
answer119
viewsQ: Take values from an Array and implement within Json using php
How do I get the values of this array array(2) {["Premium"]=>array(3) {["valor"]=> string(3) "100" ["quantidade"]=> string(3) "200" ["status"]=> string(1) "1" } ["Arena"]=> array(3) {…
-
4
votes2
answers260
viewsQ: How do I edit a JSON within my database?
I have a JSON saved in my database. I would like to know how to edit this json using PHP and saving it again in the database. The json that would like to change the value is this…