Category: PHP
-
Redirect to non-www domain
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
-
Formatting date values returned from MYSQL table to more readable format including time
echo date(“d-m-Y : G-i”,strtotime(‘2011-02-26 09:47:11’);