1 / 18

PHP & MySQL

PHP & MySQL. Eine kleine Einführung in die Webprogrammierung. PHP- Einleitungstags & Endtags. Die echo() Funktion. Die Ausgabe von echo(‘Hallo Welt‘);. Ein Variable wird definiert & initialisiert. Eine Variable wird definiert, ihr wird strikt ein Typ zugewiesen und sie wird initialisiert.

Download Presentation

PHP & MySQL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PHP & MySQL Eine kleine Einführung in die Webprogrammierung.

  2. PHP- Einleitungstags & Endtags

  3. Die echo() Funktion

  4. Die Ausgabe von echo(‘Hallo Welt‘);

  5. Ein Variable wird definiert & initialisiert

  6. Eine Variable wird definiert, ihr wird strikt ein Typ zugewiesen und sie wird initialisiert.

  7. 2 Variablen werden definiert und Addiert

  8. 2 Variablen werden definiert und werden zusammengefasst.

  9. Vordefinierte Variablen in PHP • $HTTP_GET_VARS • $HTTP_POST_VARS • $PHP_SELF Alle sind Arrays und können mit z.B. $HTTP_GET_VARS[‘test‘] ausgelesen werden.

More Related