Create a Contact Form using AJAX and PHP

A contact form is something that is essential for any website. Not having a contact form is never a good idea. Now, in order to make a contact form, you will be required to develop the front-end (that is visible to the user) and also develop the back-end (that is not visible to the user, but sends the actual email). There are various technologies you can use as the back-end, but I prefer using PHP for all my projects. So, for this tutorial, I would use PHP as the back-end and HTML as the front-end. In this tutorial I will teach you how to make a contact form using AJAX and PHP. ...

March 9, 2015 · 4 min · Aneesh Bhatnagar

Create a Simple Guestbook using PHP

Recently while working on a free-lance project, a Marriage Website for one of my friend, I happened to create a Guestbook for that website. After which, I decided to write a tutorial on how to create a guestbook in case someone might need it. If you do not know what a guestbook is, in real life a guestbook is basically a diary kept at various places and for various occasions where people can leave their wishes or feedback for any event. In a similar way, an online guestbook is a service, which enables you to allow your visitors to leave comments and feedback for any event or any product, which is visible to the public. ...

October 9, 2013 · 5 min · Aneesh Bhatnagar

Designing a Simple Contact form using PHP

A contact form is something that everyone needs every now and then. Be it a blog or a website that you run, you might always need to use a contact form there. So, here I am to the rescue, to teach you how to create a Contact from using PHP in a very simple way. Before you proceed with creation of this contact form, I assume that you have prior knowledge of working with HTML forms and some basic PHP knowledge. ...

September 23, 2013 · 4 min · Aneesh Bhatnagar