Articles

 Creating simple PHP contact form

In this tutorial create 2 files1. contact.php2. send_contact.phpStep1. Create file contact.php.2....

 Creating your own php.ini

http://php.net/manual/en/function.error-reporting.php   Creating your own php.ini   In...

 Deprecated: Assigning the return value of new by reference is deprecated in PHP5.3

Fix – Deprecated: Assigning the return value of new by reference is deprecated in PHP5.3     I...

 How to use SMTP authentication on PHP mailer?

Phpmailer is a mailing script which is used to send emails via php files. In this article we are...

 PHP URL Redirect

header("location:http://www.domainName.com/index.html");exit;?>

 PHPMailer Tutorial

PHPMailer tutorial     Introduction    Requirements     About PHPMailer     PHPMailer Features...

 What is PHP?

  PHP is  generl-purpose server-side scripting lnguge originlly designed for web development to...