Βοήθεια:Αμμοδόχος: Διαφορά μεταξύ των αναθεωρήσεων

Περιεχόμενο που διαγράφηκε Περιεχόμενο που προστέθηκε
Chomwitt (συζήτηση | συνεισφορές)
Χωρίς σύνοψη επεξεργασίας
Chomwitt (συζήτηση | συνεισφορές)
Χωρίς σύνοψη επεξεργασίας
Γραμμή 1:
{{Αμμοδόχος}}
<!-- Παρακαλώ επεξεργαστείτε κάτω από αυτή τη γραμμή. -->TELEFREE
 
{{Code:PHPHTML
|Examine this example. Each mathematical expression to the right of the ''assign'' operator is evaluated, using the normal order of operations. When the expression has been evaluated, the resultant value is assigned to the variable named to the left of the ''assign'' operator.
|<pre>
<?php
$x = 25;
$y = 10;
$z = $x + $y;
echo $z;
 
echo "<br />";
$z = $x / $y;
echo $z;
 
echo "<br />";
$z = $y * $y * $x;
echo $z - 1250;
echo "<br />";
?>
</pre>
|<pre>35&lt;br /&gt;2.5&lt;br /&gt;1250&lt;br /&gt;</pre>
|<pre>
35
2.5
1250
</pre>
|
}}
 
Τρίγωνα κάλαντα μέσα στο χιονιααααααααααααααααααααααααααααααά...
 
Γράψαμε κάτι για Δοκιμή
 
Που είμαι, ποιος είμαι, φαίνομαι άραγε;