Translations:PHP/4/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)
== Writing a PHP ==
You can write a PHP script like this:
 <?php
 echo "this is my cool script";
There's a pretty okay guide on the [https://www.php.net/manual/en/langref.php PHP website].

Writing a PHP

You can write a PHP script like this:

<?php
echo "this is my cool script";

There's a pretty okay guide on the PHP website.