Translations:PHP/5/en: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
FuzzyBot (talk | contribs)
Importing a new version from external source
 
(No difference)

Latest revision as of 18:25, 3 February 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (PHP)
The <code><?php</code> bit tells PHP you're about to write some PHP. You can stop writing PHP and start writing HTML with <code>?></code>.

The <?php bit tells PHP you're about to write some PHP. You can stop writing PHP and start writing HTML with ?>.