I need to count the number of variables in an array after exploding a Comma Separated Text File. The file contains variables like the following...
sid,jat,kaf,ert,hgd,loq .....
I just need to explode these into an array then count the number in the array.
Thanks in advance