mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Update php.html.markdown
?> instead of ? >
This commit is contained in:
parent
a46ae22bf7
commit
040896b050
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user