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???



-- 
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