davarravad / UserApplePie

UserApplePie website portal based on UserCake. UserApplePie is a fully open source user management system. UAP v.2 Build Started - Check that Repo.
http://www.userapplepie.com
GNU General Public License v2.0
1 stars 1 forks source link

Fix mysqli fetch issue #21

Open davarravad opened 9 years ago

davarravad commented 9 years ago

Fix this error with out having to install extra php software. Fatal error: Call to undefined method mysqli_result::fetch_all()

Fix is as follows: while ($row = $result->fetch_assoc()) { // do what you need. }