On Thu, May 10, 2001 at 10:27:55AM -0400, shaun wrote:
> is there a limit to the number of fields one can put in an array??
> heres the code im using to create the array
> 
> $arrResIDs = explode(",",$RESID,300);
> now $RESID has at least 100 different values in it but when i print out the
> array i only get 80
> can anyone shed some light on this subject???

Seeing code sure would help.  100 values in a PHP array is nothing.

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
Tcl tends to get ported to weird places like routers.
             -- Larry Wall in <[EMAIL PROTECTED]>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to