mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00: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+.
|
This document describes PHP 5+.
|
||||||
|
|
||||||
```php
|
```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
|
// If your php file only contains PHP code, it is best practise
|
||||||
// to omit the php closing tag.
|
// to omit the php closing tag.
|
||||||
|
Loading…
Reference in New Issue
Block a user