Wednesday, January 28, 2015

increase upload file size in phpmyadmin

<p>go to apache or php directory then find the php.ini file then find below word</p><p>and put whatever value you want like 5M,10M etc.</p><p>upload_max_filesize = ?</p>

No comments:

Post a Comment

Wordpress debug log function

Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...