Home » Archive

Articles in the Tips and Tricks Category

PHP, Tips and Tricks »

[29 Jun 2009 | No Comment | 40 views]

Let the page path be: http://localhost/test/admin/index.php
Get the server name/site name of your website:
echo $_SERVER['SERVER_NAME'];

Google, Make Money Online, Tips and Tricks »

[9 Jul 2008 | One Comment | 13 views]

This article will provide you step by step guide to setup Google AdSense.

PHP, Tips and Tricks »

[2 Jul 2008 | 4 Comments | 1 views]

In this article, I will be illustrating about getting html source code of any website. I have done this in PHP.