Archive for the ‘PHP Source Codes’ Category
Get Google crawl date of a web site
Google crawl date using PHP source code. Google bot crawls every web site after a specific period. You can check that date using Google’s cache ... Read Full Article
Get current URL in PHP
PHP programmers need sometimes current page URL to show or save in database. There is no built-in function exist in PHP to get current page url. I ma ... Read Full Article
Get visitors IP address
How to get visitors IP address? If you want to get your web site visitor’s IP address then PHP provides you complete solution for this. I made a ... Read Full Article