Show sourcecode
The following files exists in this folder. Click to view.
index.html
ovn_gr1.php
ovn_gr2.php
ovn_gr3a.php
ovn_gr3b.php
ovn_gr4.php
ovn_gr5.php
ovn_gr6.php
ovn_gr7.php
ovn_gr3a.php
15 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<?php
$summa = 0;
for ($i=1; $i <= 100; $i++) {
$summa += $i;
};
echo $summa;
?>
</body>
</html>