As you can see from the following array, there are three elements that appear on Nov 18, and another two elements that appear on Nov 22. Can someone tell me how I can retri
If you want count the items unidimensional and bidimensional you can try:
echo 'Size of unidimensional is: '.count($celda).''; echo 'Size of bidimensional is: '.count($celda[0]).'';