Als ik dit of andere scripts gebruik dan blijft de pagina bij het drukken op de SEND knop alleen maar laden. En er komt geen einde meer aan dat laden. Iemand een idee
'k Heb al gezocht hier op GOT en op Google... maar helaas...
Register_Globals = On
Register_Globals = On
PHP:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
| <?php echo "<body bgcolor=\"#000000\">"; echo "<style> a{text-decoration:none;} a:hover{color:yellow;}</style>"; echo "<font size=5 face=verdana color=yellow>[developing] TR@Ns poul-generator v.0.10 </font>"; echo "<a href=\"mailto:tron_bp@hotmail.com?subject=TR@Ns poul-generator v.0.10\"> (mail)</a><BR><BR>"; if(!$_POST["max"]) { echo "<font color=red>You have to fill in a maximum number of the score, for example: 4 (that means that 4-4 is the maximum score)</font><BR><BR>"; echo "<form action=\"voetbal.php\" method=post><input type=text name=\"max\" size=\"5\">"; echo "<BR><input type=submit name=submit value=\"Calculate!\">"; exit; } $temp=0; for ( $i = 0 ; $i <= $_POST["max"]; $i++) { for ( $j = 0; $j <= $_POST["max"]; $j++) { $score[$temp] = "$i - $j"; $temp = $temp + 1; } } shuffle ($score); echo "<font color=white>"; for ($k=0; $i <= $temp; $k++) { echo $score[$k]."<BR>"; } echo "</font>"; echo "</body>"; ?> |
Leren door te strijden? Dat doe je op CTFSpel.nl. Vraag een gratis proefpakket aan t.w.v. EUR 50 (excl. BTW)