PHP
Aus VMS1 Tutorial
In diesem Artikel oder Abschnitt fehlen noch wichtige Informationen.
PHP steht für "PHP: Hypertext Preprocessor" (rekursives Akronym). PHP ist eine Skriptsprache zur Erstellung dynamischer Webseiten und ist als freie Software verfügbar.
PHP Sprachreferenz: http://de2.php.net/manual/de/langref.php
PHP Funktionsreferenz: http://de2.php.net/manual/de/funcref.php
<?php echo "Hallo Welt"; ?>

