TOC

Localization Status: German (de)

With help from our users, we're translating this tutorial into German. If you know this language, then please give us a hand - just click on one of the articles to get started! You don't have to translate an entire article at once - even a single paragraph would be a big help towards this task :)

If you translate an entire article, you can even get a link to your own website on it! [terms]

Top translators
  1. 1. User #423 ?
  2. 2. User #2160 ?
  3. 3. User #1687 ?
Article/Chapter Progress
Requirements
Requirements
100% complete
Installing Apache webserver
100% complete
Installing PHP
100% complete
Using the webserver
100% complete
The editor
Editor introduction
100% complete
Previewing Not started
Syntax checking Not started
Debugging Not started
Basic PHP
Hello, world! Not started
PHP tags
32% complete
Variables
38% complete
If statements Not started
More if statements Not started
The switch statement Not started
Loops Not started
Including files Not started
Functions Not started
Data types
Data types Not started
Working with numbers Not started
Working with strings Not started
More strings Not started
Working with arrays Not started
More arrays Not started
Classes
Introduction to PHP classes Not started
Defining and using a class Not started
Constructors and destructors Not started
Visibility Not started
Inheritance Not started
Abstract classes
100% complete
Static classes
100% complete
Class constants Not started
The "final" keyword Not started
PHP and MySQL
Introduction to MySQL with PHP Not started
Establishing a connection Not started
Retrieving data Not started
MySQL and the WHERE part Not started
MySQL and the ORDER BY part Not started
MySQL and the LIMIT part Not started
Handling MySQL errors Not started
State
Cookies Not started
Working with forms
GET and POST forms Not started
Validating form input Not started