Hi SaEeDoS, arrays in PHP have normally no limitation, in terms of their storage capacity, apart from the capacity limitation imposed on them by the storage capacity of the server on which the latter is being run. You may read: http://www.onlamp.com/pub/a/php/2001/06/07/php_foundations.html or http://www.devwebpro.com/devwebpro-39-20030515ArraysinPHPPart1.html --- In php-objects@xxxxxxxxxxxxxxx, "SaEeDoS" <saeedos@...> wrote: > > Hi all.. > what the limitation of storage capacity of array in php...i mean > i want to put 10,000 records in array ... can i ? > > thanks >