Posts by Diogo Moura • 45 points
5 posts
-
0
votes1
answer289
viewsQ: Group the values of a PHP array according to the same key.
Good afternoon, you guys, I know the question may seem repetitive, but I’m already a while looking for the solution to my case, especially here in #stack. I got the following Array(): array (size=9)…
-
1
votes0
answers40
viewsQ: Compare data from two different Bds
Good morning, everyone, I have the following scenario: BD1 from third parties where I can only perform queries. I created a web page to display BD1 data, in case it would be a table where I have a…
-
2
votes0
answers106
viewsQ: Copy data from one BD to another whenever you have a new record
I need to copy the data from a BD-1 PGSQL to another BD-2 PGSQL whenever I have a new record. I was trying to give a SELECT inside the INSERT but is failing with the connection, I already checked…
-
0
votes1
answer333
viewsQ: Send Array to BD
Good afternoon, you guys. I’m trying to pass an array that retrieves a JSON to the BD, but I’m not able to identify the objects of the Array, I think I’m doing something wrong, I did some tests with…
-
1
votes0
answers92
viewsQ: Store the string size of an array
Good morning, you guys, I am trying to take the size of a string from an array to store in a variable so that I can then use an "if". I used var_dump() where I can know the size of the string but do…