Use  mysql_fetch_assoc()  for fieldnames

>>when I call mysql_fetch_row() I get an array, but this Array doesn't have
>>the fieldnames as array-keys.
>>I've seen several codes from others where they use something like
>>
>>print $row['key'];
>>
>>This doesn't work on my server. Is this because my server-software is too
>>old or am I using the wrong function?
>>PHP Version 4.3.4
>>mySQL version: 3.23.54

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to