|
Does PHP have a limit to how many are in an array....
I mean, lets say we have array $array[].
Can we reach a spot in that array when PHP would say that is too many?
Say $array[1234] or $array[1234567]?
Also, is there a limit to the quantity of times that a loop will work to?
I have a PHP program to send out email messages as part of email marketing. But for some reason it will not load up the require() file containing the email addresses when there are a lot of addresses in the file.
|