I have many text file with 1 to 2MB in size
currently, i use the method:
echo file_get_conten ts( $file_path );
are there any better method?
thanks.
currently, i use the method:
echo file_get_conten ts( $file_path );
are there any better method?
thanks.
Comment