PHP

PHP.net - PHP Manual | PHP.net - Filesystem Functions.

PHPhulp | PHPhulp - tutorials | PHPhulp - scripts.

tizag.com - PHP Tutorial - Learn PHP.

w3schools.com - PHP Functions.


<< PHP manual.


commentaar

Zie broncode van het PHP-script:

<?php
// Dit is een enkele regel commentaar

# Ook dit is een enkele regel commentaar

/* Dit is een commentaar blok
dat over meerdere regels verdeeld
kan zijn. */
?>