Quote:
Originally Posted by dr.p
SQL specifications, or SQL implementations? MySQL is what I'm used to using, and it allows single or double quotes.
And mysql_fetch_array stores two sets of the requested information in memory in order to make it available by numeric and associative. Best practice is to use which one you need, unless you actually need both.
|
I've been using MSSQL lately, so maybe it's just been too long since I used MySQL. Thanks for setting me straight
Out of curiosity, why is using the specific array (assoc/numeric) considered a best practice? Just because you limit the ways to access the data?