Answer the question
In order to leave comments, you need to log in
How to add an Array inside another Array from MySQL?
I have a table with users, for example
id | username
------------------
1 | user1
2 | user2
3 | user3
4 | user4
blog_id | user_id
------------------
1 | 1
2 | 1
3 | 3
4 | 3
array =>
{
1 => user1,
2 => user2
}
array =>
{
1 => user1 {
array{
blog1 => ...
blog2 => ...
}
,
2 => user2 {
array{
blog4 => ...
blog5 => ...
}
}
}
Answer the question
In order to leave comments, you need to log in
According to my information, SQL does not work like that, if someone tells me a way, I will also be very grateful, I always had to get it separately and sort through 2 arrays already in php.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question