Now I am facing a problem with mysqli in php.
Error message: Call to undefined method mysqli_result::fetch_all()
The problem is I did not find any working example of fetch_all. Could anyone give an example?
I know I could run a while using fetch_assoc. But I would like to know how to use fetch_all
Thanks