Sometimes I just want to grab one field of data with:
mysql_result($result, 0, 'field');
I am looking through the mysqli docs and don’t see anything like it.
Is there a way to do this or am I forced to make an variable[0] call from an array fetch?