Posts Tagged ‘Linux’

Written on November 06, 2008 at 05:11 pm by admin

PHP date() function explained

PHP date function explained With PHP's date function you format timestamps, so they are more human readable. The following tutorial will teach you how to display the current time, formating PHP's timestamp, and show you all the various date arguments for reference purposes. ...
Written on at 05:11 pm by admin

Why is PHP Popular?

Why is PHP Popular? PHP has been written from day one with hosting in mind. For a web hoster, it is very easy to deploy mass hosting servers with PHP on it, and they have done this on a very large scale. One german internet hoster at one point in time had a single 28 CPU SUN E6500 h...
Written on at 10:11 am by admin

Friendly URL using .htaccess

What is the benefit of rewriting URL? When a search engine visits the dynamic url like product.php?id=5 it does not give much importance to that URL as search engine sees “?” sign treat it as a url which keeps on changing. so we’re converting the dynamic URL like the product....