This is how!
$video_hours_exploded = explode(':', $stats['videosDuration']); $video_hours = $video_hours_exploded[0].'h '.$video_hours_exploded[1].'m ';
This is how!
$video_hours_exploded = explode(':', $stats['videosDuration']); $video_hours = $video_hours_exploded[0].'h '.$video_hours_exploded[1].'m ';
This is how I compare two folders on Mac and Linux.
diff -rq folder1 folder2
Thats it!
I had some of my blogs on dreamhost for 7 years.
Moved some to online.net last year to a one-core server.
Three months ago moved them to a eight-core server.
PHP since then has never hanged-up!
Took a HUGE time to figure out why my .htaccess rules weren’t working on a CPanel environment.
Like I said on the previous post, CPanel requires the right file permissions on folders and files.
[Tue Jan 06 12:19:40 2015] [crit] [client 84.XX.XX.XXX] (13)Permission denied: /home/asiandee/subdomains/www.domain.com/folder/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
folder has to be with 755
and .htaccess has to be with 644
More readings