I have read the php manual and still cant grasp why you would use any one of the following:
mysql_fetch_array()
mysql_fetch_assoc()
mysql_fetch_row()
mysql_fetch_object()
they all get the asscociated array from the database so whats the difference?
and why do people sometimes use mysqli rather then mysql ?