Ik heb dus een sigjchat gemaakt
Maar ik wil op de begin page 15 oude berichten.
En in acrchrief ofzo alle berichten.
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
<?php
include 'config.php' ;
echo '<?xml version="1.0"?>' ; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
<head>
<title>
Sigjchat
</title>
<meta http-equiv="Content-Type" content=
"text/html; charset=iso-8859-1"/>
<meta name="robots" content="index all, follow" />
<meta name="revisit-after" content="0 days" />
<style type="text/css">
<!--
body {
background-color: #ff67dd;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}
TABLE { background-color: white; }
-->
</style>
</head>
<body>
<p>
<img src="sigchat.php?time=<?php echo time() ; ?>" alt=
"Signchat afbeelding" />
</p>
<p>
<br />
</p>
<?php
$query = "SELECT id,ip,naam,mail,bericht FROM signchat ORDER BY id DESC LIMIT 0, 30" ;
$result = mysql_query( $query ) or die( mysql_error() ) ;
if ( mysql_num_rows($result) == 0 )
{
echo 'Er zijn geen oudere berichten gevonden' ;
}
else
{
while ( $sql = mysql_fetch_assoc($result) )
{
?>
<table border="1" width="750">
<tr>
<td>
<b>
<?php
echo htmlentities( strip_tags($sql['naam']), ENT_QUOTES ) ;
echo ': ' ;
echo htmlentities( strip_tags($sql['bericht']), ENT_QUOTES ) ;
?>
</b>
</td>
</tr>
</table>
<?php
}
}
?>
</body>
</html>
Dit is de code van het archrief
Modbreak
Volgende keer iets duidelijkere titel kiezen dan alleen \'PHP vraag\'