Relative Content

Tag Archive for phpmysqli

how to create subarray into main array

i have two table in sql database 1st is booking and it has customers details and another is booking_line it has purchased products history by customers now i want both results in a array like following image
i just want an array named Customer has all purchased details customers wise
enter image description here

Why does redirect with header not working?

I tried to make an easy login in my university task, but faced on with some troubles.
When I press the button all works fine including request, but redirect doesn’t work at all, I tried to use js instead, but even then it works so bad, one time works, and another doesn’t an don’t really understand why I didn’t find the solution.