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:
@@ -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><?php</code> and <code>?></code></link>
|
||||
|
||||
Reference in New Issue
Block a user