Update php.html.markdown

?> instead of ? >
This commit is contained in:
paierlep 2013-07-03 19:55:03 +02:00
parent a46ae22bf7
commit 040896b050

View File

@ -8,7 +8,7 @@ filename: learnphp.php
This document describes PHP 5+.
```php
<?php // PHP code must be enclosed with <?php ? > tags
<?php // PHP code must be enclosed with <?php ?> tags
// If your php file only contains PHP code, it is best practise
// to omit the php closing tag.