Posted: Wed Jul 26, 2006 5:51 pm
I REALLY like it. I already used it. LOL
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Please keep us informed of further changes. I like it a lot as wellThe Ninja Space Goat wrote:I REALLY like it. I already used it. LOL
I guess it could be placed in Code Snippets and then versioned if it would be usedjulian_lp wrote:Please keep us informed of further changes. I like it a lot as wellThe Ninja Space Goat wrote:I REALLY like it. I already used it. LOL
yeah, I second that idead11wtq wrote:I guess it could be placed in Code Snippets and then versioned if it would be usedjulian_lp wrote:Please keep us informed of further changes. I like it a lot as wellThe Ninja Space Goat wrote:I REALLY like it. I already used it. LOL
box madness!julian_lp wrote:yeah, I second that idead11wtq wrote:I guess it could be placed in Code Snippets and then versioned if it would be usedjulian_lp wrote: Please keep us informed of further changes. I like it a lot as well
You've got it backwards: mysql_fetch_assoc will return an associative array(text keys), and mysql_fetch_array will return both text and numeric keys.astions wrote:If you use mysql_fetch_assoc, you won't have to specify whether you want associative or indexed values as both will be returned..
actually, *array returns numerical only unless specified with the optional arg, assoc returns both. (Atleast the last time I actually looked, around release 5.0.1)Ward wrote:You've got it backwards: mysql_fetch_assoc will return an associative array(text keys), and mysql_fetch_array will return both text and numeric keys.astions wrote:If you use mysql_fetch_assoc, you won't have to specify whether you want associative or indexed values as both will be returned..