Greetings All!
For some reason, I'm having trouble pulling up php.net this morning. But I'm having no problems getting here, so let me ask you guys this.
Take a look at this code:
$celldata[$c][]=preg_match("/<font.?>(.?)<\/font>/",$captured_cell);
I'm calling this line from a "while" statement that's within a "while" statement, so as to add multiple matching records to the $celldata array.
My question is, I need to get the new record number is that's created in $celldata[$c].
In other words, when I use $array[]=whatever to create a new record in $array, is there some way to get that new record number back out again for later use?
Thanks!
-= Dave =-