- Domain availability checker script in PHP
Hello friend,
When we think to own a domain then first we need to check that particular domain is available or not. Many domain registration and web hosting service provider company provide the facility to check domain availability on their official web site.
But if you want to make your own web site to check the availability ...
Read more... - How to list previous 12 months since current month in PHP
Hi friends,
Here is the how to list previous 12 months since current month in PHP in a very easy and self explanatory way, please use this code and let me know if you face any issue.
To get previous 12 months since current month you can use below code:
Guys please let me know if you face any issue ...
Read more... - List upcoming 12 months since current month
To get upcoming 12 months since current month you can use below code:
Read more... - PHP Date/Time Functions
The date/time functions return you date and time of the server where your PHP scripts are hosted. After getting the date or time you can manipulate according to your requirement.
These functions are the core functionality of the PHP library, so no need of any thing extra installation
Please note that date/time functions depend on your local server ...
Read more... - Redirection in PHP without using header
You can redirect page without using Header. See below code,
Read more... - Compare two dates in PHP
If you want to compare two dates just convert to your dates to Unix Time stamp, compare them and you have your result. The code will look something like below,
Thanks…
Read more... - How to detect/get the real client IP address of website visitors?
Some times we need the IP address of website visitors to fined the visitors locations, spam validation and for some other reasons. So, you can get the IP address by using $_SERVER, but this syntax not always return real IP address of the visitor. Because the user may be behind the Proxy Server. So, REMOTE_ADDR ...
Read more... - My first post dedicated to Maa Thawewali
Jai Maa Thawewali
My first post is dedicated in the holy feet of Maa Thawewali. Every things and every happiness from small to big in my life is due to the bless of the very kind hearted mother of mothers and world’s mother Maa Jagdamba Thawewali. I am praying maa to give her bless for success, prosperity, ...
Read more...
Comment here