diff --git a/guide/english/php/php-tags/index.md b/guide/english/php/php-tags/index.md index 0a46ebf12f..07b8043cb5 100644 --- a/guide/english/php/php-tags/index.md +++ b/guide/english/php/php-tags/index.md @@ -4,6 +4,8 @@ title: PHP tags When PHP parses a file, it looks for opening and closing tags, which are `` which tell PHP to start and stop interpreting the code between them. Parsing in this manner allows PHP to be embedded in all sorts of different documents, as everything outside of a pair of opening and closing tags is ignored by the PHP parser. +Note: using capital letters in tag declaration `