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, […]
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 […]
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. […]