Using prepared statements there is no fetch_array(). Use mysqli_stmt::fetch() instead or to fetch multiple records use mysqli_stmtmysqli_result::fetchAllfetch_all()
Check the manual: mysqli_stmt::fetch() or mysqli_stmtmysqli_result::fetchAllfetch_all()
FetchAll Manual was linking to PDO and not MySQLI::FetchAll
IROEGBU
- 958
- 16
- 34