WP Plugins - PHPMailer Contact Form

Posted by: Joy  :  Category: Web Development

WP-Contact-Form PHPMailer is a PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. we can use it for sending email via sendmail, PHP mail(), QMail, or with SMTP. You can read more about it on their official website here…. With this class, i tried to make another simple wp plugin called WP PHPMailer contact form. This plugin will create a simple contact form for your wordpress powered blog. captcha code is also added to the form to prevent spamming.
Read more…

Wordpress Referrer Log Plugin

Posted by: Joy  :  Category: Web Development

What is referrer? based on wiki’s article, the referrer, or HTTP referrer — also known by the common misspelling referer that occurs as an HTTP header — identifies, from the point of view of an internet webpage or resource, the address of the webpage of the resource which links to it. By checking the referrer, the new page can see where the request came from. Referrer logging is used to allow websites and web servers to identify where people are visiting them from, for promotional or security purposes.
Read more…