> 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?

...the wrong function - use mysql_fetch_assoc()

rich

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

Reply via email to