Tag: HTML

  • HTML Tutorial 1

    HTML Tutorial 1

    HTML Editor

    Introduction

    This HTML tutorial is going to teach you HTML which is a language used to create websites and unlike complex programming languages studying of which may take months or even years, HTML is simple and an easy to learn markup language. Being able  to code in HTML will help you increase your company’s income or even better (more…)

  • How to Create an HTML/PHP Contact Form – Processing Form Data with PHP

    Gears - image by Alvaro Heinzen

    In the previous tutorial – creating HTML PHP contact form – we successfully created a basic layout for the contact form. By the way, I’ve also added 2 screencasts to the post for those of you guys who really prefer video content to textual. So, if you wish to watch instead of read, you can do it. In other words you can choose now which way to go. Alternatively, you can both watch and read (or the other way around) just for better understanding. By the way, I’d really appreciate if you subscribe to our YouTube channel and like our videos. 🙂 Now let’s make our contact form actually do something. First off, it’s a good idea to understand how it works.

    Under the hood

    So, what happens after a user hits the “Submit” button of our contact form?

    1)Let’s go step-by-step. The user fills in the form and hits the button: (more…)