Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbserverprogrammering/exercises/

classes/
cookies/
form_uppgift/
hejsvejs.php
ovn_db/
ovn_fr1.php
ovn_fr2.php
ovn_fr3.php
ovn_fr4.php
ovn_fr5.php
ovn_fr6.php
ovn_fr7.php
ovn_fr8.php
ovn_gr7.php
ovn_in1.php
ovn_in2/
ovn_ts/

ovn_gr7.php

43 lines UTF-8 Windows (CRLF)
<?php

$mina_primtal 
= [];

while (
count($mina_primtal) < 100) {
    if (!
count($mina_primtal)) {
        
array_push($mina_primtal2);
    } else {
        
$är_primtal false;
        
$tal $mina_primtal[count($mina_primtal) - 1];
        while (
$är_primtal == false) {
            
$tal+=1;
            if (
testa_primtal($tal)) {
                
array_push($mina_primtal$tal);
                
$är_primtal true;
            }
        }
    }
}

foreach (
$mina_primtal as $primtal) {
    echo 
"$primtal <br>";
}

function 
testa_primtal($tal)
{
    
$resultat_array = [];
    for (
$i 2$i <= $tal ** 0.5$i++) {
        if (
$tal $i == 0) {
            
array_push($resultat_array1);
        } else {
            
array_push($resultat_array0);
        }
    }

    for (
$i=0$i count($resultat_array); $i++) { 
        if (
$resultat_array[$i]) {
            return 
false;
        }
    }

    return 
true;
}