JaiKashyap
Saturday, 19 November 2016
.htaccess code for hide .php / html from file name in browser
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Tuesday, 15 November 2016
AIIMS LDC Online Exam 2016 | 200 Question | 180 Minutes | New pattern Go...
difference between timestamp and timestamp now php
$date = new DateTime("1990-09-22 17:34:01");
$now = new DateTime();
echo $date->diff($now)->format("%y Year %m month %d days, %h hours and %i minuts");
Thursday, 10 November 2016
[ funny magic trick ]Great-magician Must see his Magic
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)