How to Send Mail in PHP

In my previous article, we have discussed about how to send email using SMTP. But in this article we will see how to send mail from form in PHP using simple mail() function. This process is generally used on website for contact form. When a visitor open site and want to contact, then he will … Read more

Upload multiple images with Jquery and PHP

In previous tutorial I have posted an article about how to upload a file in PHP. In this article I am going to discuss about how to upload multiple image with few lines of code in php using jquery. In jQuery we are adding a script for dynamic select option of multiple images. It is … Read more