How to send mail from a PHP script.
PHP makes web development easy and dynamic.
Sending mail from PHP is also one of the benefits of using PHP.
Continue reading to find how to send emails using PHP script.
PHP makes web development easy and dynamic.
Sending mail from PHP is also one of the benefits of using PHP.
Continue reading to find how to send emails using PHP script.
Most of ecommerce websites, online shopping websites and secure websites uses SSL or https connection to make the between server and client secure and effective.
Here is solution for you to redirect http to https (ssl) by two ways one by using PHP and one by using .htaccess.
Do you want to disallow some IP to see adsense ads in your website? For instance do you want your adsense ads not to be shown in your own computer (IP) or IP address of spammers?
You can do this by simply using a PHP code. Continue reading to find more.
You might have seen many URL shortners online. You can use them in a variety of place like twitter, blogs , websites Etc. But making your own URL shortner for your website , blog and applications is a good idea as URL shorting website is not much profitable business and such websites may shutdown anytime leaving you help less to change all your website links and this and that.
Here is a way for you to make your own URL shortner and also track visitors to short URLs. You can also use this with your wordpress blog.
With advancement in mobile technology, WAP, EDGE and GPRS technology global number of mobile Internet users is increasing daily. So it’s a good idea to make a mobile version of websites. Usually mobile browsers are different from PC browser so making two different sites, one for PC and one for Mobile is necessary as mobile browser cannot show contents made for PC browsers correctly. And after making mobile version of site we need to redirect all the visitors to your site from mobile device to your mobile site. Continue reading to know how to do this.
Anyone who runs a blog might have experienced the problem of co many spam comments coming to your blog from nowhere.
There are so many bots over www trying to make spam comments in others blog. They do so to promote their link, to make others blog go down or just for fun. Here are two ways to make your blog secure from such spam comments without using captcha.
Do you want to hide the date your post is published in your wordpress blog? Here is the solution for it.
Not showing the date a post is published will increase your search engine visitors and help you if you want to use Wordpress as a content management system instead of a blogging system.
Here is given why is it important to hide the date a post is published in blogs and how to do it.