Tag: tutorial

  • PHP variable – Learning PHP for absolute beginners

    PHP
    In this tutorial we’ll cover the bread and butter of any programming language, including our beloved PHP – the variable. So what is it? Think of it as a container which holds some specific value.
    (more…)

  • Learning PHP for absolute beginners – Your first PHP script

    PHPWelcome back, my young padavan 😉 Our series of tutorials Learning PHP for absolute beginners continues on, and in this one we’ll meet the PHP script (or code) for the first time. Don’t worry. I’ll make sure that it’s as pleasant as possible in these circumstances.
    (more…)

  • Learning PHP for absolute beginners – Introduction

    Before we start learning PHP we should at least get a basic idea of what that is. So here it is:

    PHP is a server-side scripting language originally created for building interactive and dynamic websites. The syntax of PHP is quite similar to C and Pascal.

    Not much, heh? Well, I’m not a history teacher, so we’ll skip that stuff. You can read it yourself when you have a good catch on PHP. (more…)

  • How to Create an HTML/PHP Contact Form – Radio Buttons, Checkboxes, Dropdown Menus

    How to Create an HTML/PHP Contact Form – Radio Buttons, Checkboxes, Dropdown Menus

    Welcome back to our contact form tutorial series. If you’re not exactly sure why I’m saying “back”, check this link. This is the third episode and in this tutorial we’re gonna learn how to add different types of inputs to the contact form and process that with PHP. It’ll make your contact form look absolutely gem and the features allow you to obtain some extra info from the user. So, you totally need to know how to do that.
    If you followed my two previous contact form tutorials you should have 2 files: contact-form.html and send-mail.php. If not, then you can download them here. Now just open them with your favorite html/php editor. (more…)