Articles in the Tips and Tricks Category
PHP, Tips and Tricks »
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 »
This article will provide you step by step guide to setup Google AdSense.
PHP, Tips and Tricks »
In this article, I will be illustrating about getting html source code of any website. I have done this in PHP.
