Pagina nummering
hier de code:
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
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
<HTML>
<HEAD>
<TITLE>Onsureterp.nl Film's</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<br>
<?php
function smilie($tekst)
{
$smilie = array ("(drewl)", "(r)", "(rip)", "(l)", "(o)", "(love)", "(finger)", "\o/", "(checked)", "(check)", "(blush)", "})", ";)", ":o", ":)", "_O_", "(cool)", "(dork)", ":D", ":9", ":+", "O+", "(rock)", "(c)", "(huh)", "(q)", "(dead)", "(hehe)", ":(", "B-)", "(b)", "(censored)", ":?", "(K)", "(n)");
$img = array ("<img src=\"images/smilies/1.gif\">", "<img src=\"images/smilies/2.gif\">", "<img src=\"images/smilies/3.gif\">", "<img src=\"images/smilies/4.gif\">", "<img src=\"images/smilies/5.gif\">", "<img src=\"images/smilies/6.gif\">", "<img src=\"images/smilies/7.gif\">", "<img src=\"images/smilies/8.gif\">", "<img src=\"images/smilies/9.gif\">", "<img src=\"images/smilies/10.gif\">", "<img src=\"images/smilies/11.gif\">", "<img src=\"images/smilies/12.gif\">", "<img src=\"images/smilies/13.gif\">", "<img src=\"images/smilies/14.gif\">", "<img src=\"images/smilies/15.gif\">", "<img src=\"images/smilies/16.gif\">", "<img src=\"images/smilies/17.gif\">", "<img src=\"images/smilies/18.gif\">", "<img src=\"images/smilies/19.gif\">", "<img src=\"images/smilies/20.gif\">", "<img src=\"images/smilies/21.gif\">", "<img src=\"images/smilies/22.gif\">", "<img src=\"images/smilies/23.gif\">", "<img src=\"images/smilies/24.gif\">", "<img src=\"images/smilies/25.gif\">", "<img src=\"images/smilies/26.gif\">", "<img src=\"images/smilies/27.gif\">", "<img src=\"images/smilies/28.gif\">", "<img src=\"images/smilies/29.gif\">", "<img src=\"images/smilies/30.gif\">", "<img src=\"images/smilies/31.gif\">", "<img src=\"images/smilies/32.gif\">", "<img src=\"images/smilies/33.gif\">", "<img src=\"images/smilies/34.gif\">", "<img src=\"images/smilies/36.gif\">");
$aantal = count($smilie);
for ($var = 0; $var < $aantal; $var++ )
{
$tekst = str_replace($smilie[$var], $img[$var], $tekst );
}
return $tekst;
}
include('mysql.php');
include('parse.php');
$newsquery = mysql_query("SELECT * FROM `ureterpfotovdmaand` ORDER BY `ID` DESC");
echo"<center>";
while($news = mysql_fetch_assoc($newsquery))
{
$date = date('d-m-Y', $news['datum']);
$bericht = $news['bericht'];
$bericht = parse($bericht);
$bericht = smilie($bericht);
$bericht = nl2br($bericht);
$bericht = str_replace(''',"'",$bericht);
$bericht = str_replace('"e;','"',$bericht);
echo"
<table border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td class='mcheader'>".$news['title']."
</font>
</td>
</tr>
<tr>
<td class='maincbbg'><table width='97%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<br> <td>
<center>
<img src='http://www.onsureterp.nl/includes/fotovdmaand/".$news['title'].".jpg' width='50' height='50' /><a href='http://www.onsureterp.nl/includes/fotovdmaand/".$news['title'].".jpg' TARGET='_blank'>klik hier</a><br>
</center>
<br>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><img src='../../images/mcb_footer.gif' alt='footer' width='368' height='10' /></td>
</tr>
</table>
";
}
?>
</center>
</BODY>
</html>
<HEAD>
<TITLE>Onsureterp.nl Film's</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<br>
<?php
function smilie($tekst)
{
$smilie = array ("(drewl)", "(r)", "(rip)", "(l)", "(o)", "(love)", "(finger)", "\o/", "(checked)", "(check)", "(blush)", "})", ";)", ":o", ":)", "_O_", "(cool)", "(dork)", ":D", ":9", ":+", "O+", "(rock)", "(c)", "(huh)", "(q)", "(dead)", "(hehe)", ":(", "B-)", "(b)", "(censored)", ":?", "(K)", "(n)");
$img = array ("<img src=\"images/smilies/1.gif\">", "<img src=\"images/smilies/2.gif\">", "<img src=\"images/smilies/3.gif\">", "<img src=\"images/smilies/4.gif\">", "<img src=\"images/smilies/5.gif\">", "<img src=\"images/smilies/6.gif\">", "<img src=\"images/smilies/7.gif\">", "<img src=\"images/smilies/8.gif\">", "<img src=\"images/smilies/9.gif\">", "<img src=\"images/smilies/10.gif\">", "<img src=\"images/smilies/11.gif\">", "<img src=\"images/smilies/12.gif\">", "<img src=\"images/smilies/13.gif\">", "<img src=\"images/smilies/14.gif\">", "<img src=\"images/smilies/15.gif\">", "<img src=\"images/smilies/16.gif\">", "<img src=\"images/smilies/17.gif\">", "<img src=\"images/smilies/18.gif\">", "<img src=\"images/smilies/19.gif\">", "<img src=\"images/smilies/20.gif\">", "<img src=\"images/smilies/21.gif\">", "<img src=\"images/smilies/22.gif\">", "<img src=\"images/smilies/23.gif\">", "<img src=\"images/smilies/24.gif\">", "<img src=\"images/smilies/25.gif\">", "<img src=\"images/smilies/26.gif\">", "<img src=\"images/smilies/27.gif\">", "<img src=\"images/smilies/28.gif\">", "<img src=\"images/smilies/29.gif\">", "<img src=\"images/smilies/30.gif\">", "<img src=\"images/smilies/31.gif\">", "<img src=\"images/smilies/32.gif\">", "<img src=\"images/smilies/33.gif\">", "<img src=\"images/smilies/34.gif\">", "<img src=\"images/smilies/36.gif\">");
$aantal = count($smilie);
for ($var = 0; $var < $aantal; $var++ )
{
$tekst = str_replace($smilie[$var], $img[$var], $tekst );
}
return $tekst;
}
include('mysql.php');
include('parse.php');
$newsquery = mysql_query("SELECT * FROM `ureterpfotovdmaand` ORDER BY `ID` DESC");
echo"<center>";
while($news = mysql_fetch_assoc($newsquery))
{
$date = date('d-m-Y', $news['datum']);
$bericht = $news['bericht'];
$bericht = parse($bericht);
$bericht = smilie($bericht);
$bericht = nl2br($bericht);
$bericht = str_replace(''',"'",$bericht);
$bericht = str_replace('"e;','"',$bericht);
echo"
<table border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<td class='mcheader'>".$news['title']."
</font>
</td>
</tr>
<tr>
<td class='maincbbg'><table width='97%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr>
<br> <td>
<center>
<img src='http://www.onsureterp.nl/includes/fotovdmaand/".$news['title'].".jpg' width='50' height='50' /><a href='http://www.onsureterp.nl/includes/fotovdmaand/".$news['title'].".jpg' TARGET='_blank'>klik hier</a><br>
</center>
<br>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><img src='../../images/mcb_footer.gif' alt='footer' width='368' height='10' /></td>
</tr>
</table>
";
}
?>
</center>
</BODY>
</html>
1). Mr. G. Oogle is your best friend.
2). Mr. Z. OekfunctieopPHPhulp.nl is your best friend.
Wat ik er mee wil zeggen: Er zijn al velen topics hier over geweest.
Klik
weet ik maar ik krijg hem er niet in het script...
Wie is hem? Welk script heb je gebruikt? Waarom krijg je hem er niet in?
nou pak voor de lol, een pagina nummer script, ik weet nite hoe ik hem in mijn script moet integreeren,... ben nog maar een beginner in php(A)
Klik
Ik vind dat je ze gewoon goed moet bestuderen en alle dingetjes moet snappen wat ze doen etc. Dan leer je d'r ook wat van ipv het iemand anders laten doen...
Als je iets totaal niet snapt (nadat je de functie opgezocht hebt op php.net) kun je voor opheldering vragen. Dat mag natuurlijk altijd :) ;)
Nou, hier heb je d'r al 4: Ik vind dat je ze gewoon goed moet bestuderen en alle dingetjes moet snappen wat ze doen etc. Dan leer je d'r ook wat van ipv het iemand anders laten doen...
Als je iets totaal niet snapt (nadat je de functie opgezocht hebt op php.net) kun je voor opheldering vragen. Dat mag natuurlijk altijd :) ;)
http://phphulp.nl/php/scripts/6/786/
Hier zit ook een pagina nummeringsscript in. Werkt perfect, je mag alleen wel zelf uitzoeken hoe hij werkt ;)
Daar leer je wel goed van trouwens :) Geeft je ook weer voldoening als het gelukt is, wat wil je nog meer ;)
Succes
Hier zit ook een pagina nummeringsscript in. Werkt perfect, je mag alleen wel zelf uitzoeken hoe hij werkt ;)
Daar leer je wel goed van trouwens :) Geeft je ook weer voldoening als het gelukt is, wat wil je nog meer ;)
Succes