I wrote some PHP code months ago and it been going swimmingly ..... until about a month ago. And I've traced the problem back to an array. Where the code use to be able to extract from the array a photo number, it now extracts the array number.
1 123456789
2 333333333
3 498838835
4 588858585
So where the code extracted 33333333 from the second query of the array....now I get '2'.
So I'm just looking into this but the only change I'm aware of is a switch to php 444 (Lunar Pages).
I'll start here and cut and paste more code and output as a can. Any initial pointers are welcome.
the run thru the array is Foreach
foreach ($phpus2b['Images'] as $key => $value2 )
{