Example & Tutorial understanding programming in easy ways.

What is the difference between mysql_fetch_array() and mysql_fetch_objec() ?

The difference between these methods is that mysql_fetch_array() returns the result set as an array and mysql_fetch_object() returns the result set as an object.

Read More →