Gegevens worden niet opgeslagen?
Code (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?php include("_top.php");
$uur = date("H");
if ($uur == "21") {
?>
<?php
ini_set('display_errors', 1); // 0 = uit, 1 = aan
//error_reporting(E_ALL);
error_reporting(E_ALL ^ E_NOTICE);
?>
<?php
include("_bottum.php");
exit;
} ?>
<ul><font class="groot">Team Formaties</font></ul>
<br />
<script language="JavaScript1.2">
function opslaan() {
var agree=confirm("Wil je de geselecteerde actie uitvoeren ?");
if (agree) {
return true;
} else {
return false;
}
}
</script>
<table width="90%">
<tr>
<td width="50%" valign="top">
<ul>
<ul>
<?php if ($club[formatie] == "1") { ?>
<li><u><font class="groot">4-4-2</font></u>
<? }else{ ?>
<li><a href="?formatie=1" Onclick="return opslaan();"><font class="groot">4-4-2</font></a>
<? } ?>
<?php if ($club[formatie] == "2") { ?>
<li> <u><font class="groot">4-3-3</font></u>
<? }else{ ?>
<li><a href="?formatie=2" Onclick="return opslaan();"><font class="groot">4-3-3</font></a>
<? } ?>
<?php if ($club[formatie] == "3") { ?>
<li><u><font class="groot">3-4-3</font></u>
<? }else{ ?>
<li> <a href="?formatie=3" Onclick="return opslaan();"><font class="groot">3-4-3</font></a>
<? } ?>
<br />
-------------------------
<br /><br />
</ul>
</ul>
</td>
<td valign="top">
<?php if ($club[formatie] == "1") { echo "<img src=\"formaties/442.gif\">"; } ?>
<?php if ($club[formatie] == "2") { echo "<img src=\"formaties/433.gif\">"; } ?>
<?php if ($club[formatie] == "3") { echo "<img src=\"formaties/343.gif\">"; } ?>
<br>
-------------------------------------------------------------------<br />
Bij elke aanpassing moet je een nieuwe opstelling maken!
</td>
</tr>
</table>
<?php
if ($formatie == "1") {
mysql_query("UPDATE clubs SET formatie='1' WHERE id='".$club['id']."'");
mysql_query("DELETE FROM opstelling WHERE team='".$club['id']."'");
Header("Location: formatie.php");
}
if ($formatie == "2") {
mysql_query("update clubs set formatie='2' where id='".$club['id']."'");
mysql_query("delete from opstelling where team='".$club['id']."'");
Header("Location: formatie.php");
}
if ($formatie == "3") {
mysql_query("update clubs set formatie='3' where id='".$club['id']."'");
mysql_query("delete from opstelling where team='".$club['id']."'");
Header("Location: formatie.php");
}
include("_bottum.php");
?>
$uur = date("H");
if ($uur == "21") {
?>
<?php
ini_set('display_errors', 1); // 0 = uit, 1 = aan
//error_reporting(E_ALL);
error_reporting(E_ALL ^ E_NOTICE);
?>
<?php
include("_bottum.php");
exit;
} ?>
<ul><font class="groot">Team Formaties</font></ul>
<br />
<script language="JavaScript1.2">
function opslaan() {
var agree=confirm("Wil je de geselecteerde actie uitvoeren ?");
if (agree) {
return true;
} else {
return false;
}
}
</script>
<table width="90%">
<tr>
<td width="50%" valign="top">
<ul>
<ul>
<?php if ($club[formatie] == "1") { ?>
<li><u><font class="groot">4-4-2</font></u>
<? }else{ ?>
<li><a href="?formatie=1" Onclick="return opslaan();"><font class="groot">4-4-2</font></a>
<? } ?>
<?php if ($club[formatie] == "2") { ?>
<li> <u><font class="groot">4-3-3</font></u>
<? }else{ ?>
<li><a href="?formatie=2" Onclick="return opslaan();"><font class="groot">4-3-3</font></a>
<? } ?>
<?php if ($club[formatie] == "3") { ?>
<li><u><font class="groot">3-4-3</font></u>
<? }else{ ?>
<li> <a href="?formatie=3" Onclick="return opslaan();"><font class="groot">3-4-3</font></a>
<? } ?>
<br />
-------------------------
<br /><br />
</ul>
</ul>
</td>
<td valign="top">
<?php if ($club[formatie] == "1") { echo "<img src=\"formaties/442.gif\">"; } ?>
<?php if ($club[formatie] == "2") { echo "<img src=\"formaties/433.gif\">"; } ?>
<?php if ($club[formatie] == "3") { echo "<img src=\"formaties/343.gif\">"; } ?>
<br>
-------------------------------------------------------------------<br />
Bij elke aanpassing moet je een nieuwe opstelling maken!
</td>
</tr>
</table>
<?php
if ($formatie == "1") {
mysql_query("UPDATE clubs SET formatie='1' WHERE id='".$club['id']."'");
mysql_query("DELETE FROM opstelling WHERE team='".$club['id']."'");
Header("Location: formatie.php");
}
if ($formatie == "2") {
mysql_query("update clubs set formatie='2' where id='".$club['id']."'");
mysql_query("delete from opstelling where team='".$club['id']."'");
Header("Location: formatie.php");
}
if ($formatie == "3") {
mysql_query("update clubs set formatie='3' where id='".$club['id']."'");
mysql_query("delete from opstelling where team='".$club['id']."'");
Header("Location: formatie.php");
}
include("_bottum.php");
?>
Hoop dat dit je weer op gang helpt
Met vriendelijke groet,
Jacco
gewoon een echo met iest van 3 is geklikt....
Jacco schreef op 10.07.2007 12:16:
Error_reporting e_all weer aanzetten wil nog wel eens wonderen doen.
euhm deze staat toch aan?
Ja, maar nu worden de notices niet weergegeven, en die wil je wel zien tijdens het debuggen. Dus gebruik gewoon error_reporting(E_ALL)...