Elliot J. Balanza wrote:

Yes ok but how do I store it?

with array() how?


Whole business of reading from a db and storing into an array is probably redundant. You should try to directly process the contents of the db. This saves you memory and CPU.

$variable['name'] = $value;

is good.





--
Raditha Dissanayake.
---------------------------------------------------------------
http://www.radinks.com/upload/ Drag and Drop Upload thousands of files and folders in a single
transfer. (HTTP or FTP)


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



Reply via email to