Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
with MySQL/MySQLi in PHP, the data is in an array that you can access any way you want without needing keep track of where the 'cursor' is.
PHP Manual said:A resource is a special variable, holding a reference to an external resource. Resources are created and used by special functions.
No, fetch_assoc which is what I was referring to IS an associative arrayNot quite, MySQL never returns an array. It return a resource.
The PHP Documentation. said:mysqli_result::fetch_assoc -- mysqli_fetch_assoc — Fetch a result row as an associative array