Question:What is the difference between fetch_row () and fetch_array()? 

Answer fetch_row(): This function retrieves an entire row of data from result set, placing the values in an indexed array. fetch_array(): This function is really just an enhanced version of fetch_row(), offering the opportunity to retrieve each row of the result set as an associative array, a numerically indexed array, or both. 


Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in D:\webserver\www\vcampusbd.com\answers\column_answer_two.php on line 128
+ Report
Total Preview: 1039
What is the difference between fetch_row () and fetch_array()?
Copyright © 2024. Powered by Intellect Software Ltd