array()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



is it always necessary to call array() when you do something like this:

mysql_query("SELECT ....");
while($rows .....)
{
   $data[] = $rows;
}

if so, why? i have a habit of never calling array() and someone told me i shouldn't do this.


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.7/60 - Release Date: 7/28/2005

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux