Re: Issues with array counts



PSI_Orion wrote:
I have a table set up which has 4 columns. However, when I use the sizeof() function on the array, it always returns DOUBLE the number of columns. Here is an extract of my code...
try to print the array using print_r (not its values but the array itself)
.