Posts by Carlos G • 1 point
3 posts
-
-3
votes1
answer123
viewsQ: Generate a string with random letters and numbers in PHP (UUID)
I created a php code that generates a name with random letters and numbers (like a UUID), something like: 7a299248-fd87-4c42-b37d-a6e50a360d10. But I see that it does not perform well in relation to…
-
0
votes2
answers27
viewsQ: Set a specific order in the query
I have a query that selects all group members in rank order (owner, administrator and member) and by the date when the member joined the group. By the column access_level not being numerical I don’t…
-
0
votes0
answers22
viewsQ: Display records in order according to the quantity you have in a table
I have two tables in the database, one is saved all the groups and the other the members of the groups. I want to make a page of Popular Groups, would display the groups that have more members in…