1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Use output tags (GH-3759)

This commit is contained in:
Tim MacDonald
2024-09-17 21:50:37 +10:00
committed by GitHub
parent 35883800e7
commit 1fa5c78fa5

View File

@@ -39,7 +39,7 @@
<para>
Instead of lots of commands to output HTML (as seen in C or Perl),
PHP pages contain HTML with embedded code that does
"something" (in this case, output "Hi, I'm a PHP script!").
"something" (in this case, output <computeroutput>Hi, I'm a PHP script!</computeroutput>).
The PHP code is enclosed in special <link
linkend="language.basic-syntax.phpmode">start and end processing
instructions <code>&lt;?php</code> and <code>?&gt;</code></link>