Posts Tagged ‘xampp’

NetBeans PHP Tutorial – Getting Started #1

Getting up and running with PHP programming using the NetBeans IDE (Integrated Developer Environment) and the XAMPP web server package. www.EM-Creations.co.uk

Urban Tutorials – PHP Web Development – 1 [HD]

Prvi PHP Web Development tutorial Instaliranje XAMPP-a, pravljenje i pokretanje prvog PHP fajla

PHP tutorial 5 – Post variables to another page

In this PHP tutorial you will learn how to post variables from a HTML form to another PHP page.

OOP PHP Tutorial 3 – Instance Variables and Access Modifiers

Please Rate Comment and Subscribe. Visit my website www.creativitytuts.org Follow me on Twitter

PHP Tutorial 8: While und dowhile Schleife [HD]

In diesem PHP Tutorial erläutere ich die while und dowhile Schleife in PHP.

PHP Tutorial 1: Installing XAMPP(Windows), Hello Word And Basic Variables!

Hello, My name is Lewis. This is The first Tutorial of many to come. Bare in mind that I was incredible nervous when filming this because it is the 1st Video tutorial I have ever done before :P XAMPP: www.apachefriends.org NotePad ++: notepad-plus-plus.org

PHP Tutorial 16 – GET Variable (PHP For Beginners)

The GET Variable will allow you to store data taken directly from the user. It can be taken from a HTML Form using the GET method or even directly from the URL. This video will introduce the GET Variable and show you how you can take input from the user and put it through the processor and then return a dynamic result back to the browser. For more information, check out the website: howtostartprogramming.com

PHP Tutorial 12 – Logical Operators (PHP For Beginners)

Logical operators can be used in conditions to add more than one condition or have a choice of conditions. In this video we will cover the And operator and the Or operator. For more information, check out the website: howtostartprogramming.com

PHP Tutorial 18 – Functions (PHP For Beginners)

PHP already holds hundreds of built-in functions that you use in your everyday applications, but in PHP you have the ability to create your own functions. A function will carry out a pre-determined set of code and can be called whenever you want it to. Functions can also take parameters so you can specify the data that is entered into a function each time you call it. Functions can also be used to return values. This video will cover the wonderful world of functions. For more information, check out the website: howtostartprogramming.com

PHP Tutorial 2 – Installing XAMPP (PHP For Beginners)

In this short video, we will cover the part that most beginners struggle with and that is installing PHP on a server. You can use your own computer as a server by installing XAMPP and run .php files on your own computer. If you have a web hosting account then you do not need to follow this tutorial and you can simply use your web hosting to run your scripts instead. For more information, check out the website: howtostartprogramming.com