Just had a quick question,
Can php handle arrays properly in the earlier versions. For example, if my array code works on one server / domain, and not the other server / domain is it a server issue? The screen basically goes completely blank on the one server, and the code works fine on the other.
I know it has to be a server issue, but do earlier versions of php not handle arrays properly, or sorting through arrays, and looping / printing values? I know earlier versions of php cannot handle object oriented programming, is this the same case. P.S. I don't know what version of php we are running, but i suspect its outdated.
Appreciate any insight.