Re: [PHP] Strip numerical indices from array [SOLVED]

2007-08-13 Thread Dave M G
Larry, Thank you for responding. ... you want to be using mysql_fetch_assoc() instead... Thank you, that helps me achieve what I need. Or, better yet, use mysqli_ ... if you're running PHP 5 (which you are, right? Yes, I am running PHP 5. However, this mysqli usage is clearly not as simple

Re: [PHP] Strip numerical indices from array [SOLVED]

2007-08-13 Thread Larry Garfield
On Monday 13 August 2007, Dave M G wrote: Larry, Thank you for responding. ... you want to be using mysql_fetch_assoc() instead... Thank you, that helps me achieve what I need. Or, better yet, use mysqli_ ... if you're running PHP 5 (which you are, right? Yes, I am running PHP 5.