hiya,
gotta transfer something from vb to php and got stuck with this problem....
if you've got a 2d array in php ( ie $array[][]; ) count($array) only returns the size of the first dimension whereas in vb ubound(array,2) will return the size of the second dimension.....
Anyone know of a quick and easy equivalent to this in php ?
many thanx
mat