Hi..
can i get all the field names from $row? and put all the field names in an array for example.
mysql_connect ($host, $user, $password);
$result = mysql_db_query ("database", "select * from table");
$row = mysql_fetch_object ($result);
ps: i have php3.0.5 on my server, so it should work in that environment