Articles
How can I convert a unix timestamp into something readable?
The unix timestamp is a number representing the number of seconds since 1970. Most applications...
How to Create a phpinfo.php page
You can use a phpinfo() page to view php information that is currenttly on your server. This...
How to forward a website to another url
There are several ways to accomplish this task, but the simplest to understand is to use php. To...