Posts by FerraBraiZ • 46 points
3 posts
-
3
votes1
answer1070
viewsA: Codeigniter local Ok but on 404 server
Check the first letter of the name of each controller, if it is in low box switch to high box, example: welcome.php switch to Welcome.php. I had the same problem this week while uploading an…
-
0
votes2
answers227
viewsA: SQL Query, Join 4 tables, 2 group_concats + conditional, Help
I achieved the desired result by making a SELECT with WHERE and LEFT JOIN for each table so that each condition was respected and not nested as it was before. Grateful to all who have helped, I hope…
-
0
votes2
answers227
viewsQ: SQL Query, Join 4 tables, 2 group_concats + conditional, Help
Hello, I created an sql query to return all the client data in a single query, this query works partially if all conditions are satisfied, but this system uses soft delete, where all records cannot…