Unlock the Power of Open Source: New Linux Certification is now on Swayam Plus.

Course Start Date: 2nd February 2026; Course End Date: 2nd April 2026.

MySQL Part 5 - Kannada

1115 visits



Outline:

MySQL (Part 5) mysql_fetch_assoc — Fetch a result row as an associative array. array mysql_fetch_assoc ( resource $result ) //Returns an associative array that corresponds to the fetched row and moves the internal data pointer ahead. mysql_fetch_assoc() is equivalent to calling mysql_fetch_array() with MYSQL_ASSOC for the optional second parameter. It only returns an associative array.