php Tutorial deutsch – PHP Programmierung – mein erstes Programm “Hello World”, “Hallo Welt”
Posts Tagged ‘world’
PHP Tutorial: Daten abspeichern in eine MySQL Tabelle | deutsch
April 25th, 2012
phpmoz In diesem Tutorial zeige ich euch anhand eines kleinen Beispiels, wie man Daten aus einem Formular in eine MySQL Tabelle abspeichern kann. Wenn Ihr Fragen oder Wünsche habt, dann schreibt mir doch eine Nachricht… HTMLworld on facebook: facebook.com HTMLworld on Twitter: twitter.com Postfach: fricke webdesign Postfach 14 08 29504 Uelzen Intro by 1mPen
PHP Tutorial 1: Installing XAMPP(Windows), Hello Word And Basic Variables!
April 19th, 2012
phpmoz 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
XAMPP: www.apachefriends.org NotePad ++: notepad-plus-plus.org
PHP Tutorial 16 – GET Variable (PHP For Beginners)
April 8th, 2012
phpmoz 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)
April 7th, 2012
phpmoz 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)
March 23rd, 2012
phpmoz 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)
March 10th, 2012
phpmoz 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
PHP Tutorial 29 – MySQL Reading Data (PHP For Beginners)
November 30th, 2011
phpmoz This video explores the SELECT statement when working with MySQL queries in PHP. We take two mock entries from our table and then display two fields in that table onto a clients page. This video does not show how to use the statement effectively but that will be covered further down the line. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 28 – MySQL Inserting Data (PHP For Beginners)
November 28th, 2011
phpmoz This tutorial takes a look at how to insert data into a MySQL Table and specify which fields to insert data into. There is no example of using this to insert user-generated data yet because of the 15 minute limit but I will cover that don’t worry. The more experienced viewers will know how to do this already. For more information, check out the website: howtostartprogramming.com

Posted in
Tags:

