Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<?php<?php
$limiet = 10;
$pad = "phpBB/"; http://www.pokemonforum.nl/forum/
//Hieronder niets aanpassen!
include($pad.'config.php');
mysql_connect($dbhost,$dbuser,$dbpasswd) or die(mysql_error());
mysql_select_db($dbname) or die(mysql_error());
$aSql = "SELECT * FROM phpbb_topics ORDER BY topic_id DESC LIMIT 0,$limiet";
$aQuery = mysql_query($aSql);
while ($aShow = mysql_fetch_object($aQuery))
{
echo "<a href=\"".$pad."viewtopic.php?p=".$aShow->topic_last_post_id."#".$aShow->topic_last_post_id."\">".$aShow->topic_title."</a>";
}
?>
Dit is wat er in het PHP bestand staat.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>(Type a title for your page here)</title>
<!--Pagina gemaakt op Wednesday, February 06, 2008 20:50:49 -->
<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">
<meta name="description" CONTENT="korte beschrijving van de pagina">
<meta name="keywords" CONTENT="trefwoorden, die, slaan, op, de, pagina">
<meta name="publisher" CONTENT="Jan Jansen">
<meta name="Author" content="Peter Vazed">
<meta name="robots" content="index, follow">
<meta name="revisit" content="7 days">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css" media="all">
@import url("zp.css");
</style>
<LINK rel="stylesheet" type="text/css" href="zp.css">
<style type="text/css" media="screen">
body
{
background-image: url(start-strps.jpg);
margin: 0;
padding: 0;
font-family: verdana, "comic sans ms", arial, hevetica, sans-serif;
text-align: left;
color: #000;
background: #ffffcc;
}
</style>
</head>
<body >
<table width="100%" border="1" cellspacing="0" cellpadding="4" bgcolor="#ffffd2">
<tr>
<!-- Row 1 Column 1 -->
<td width="140" valign="top">
<b>
1Linker kant<br>
<br>
<br>
Menu<br>
<br>
<br>
<br>
Menu<br>
<br>
<br><br>
Menu<br>
<br>
<br>
</b>
</td>
<!-- Row 1 Column 2 -->
<td valign="top">
<b>
2 Midden<br>
</b>
</td>
<!-- Row 1 Column 3 -->
<td valign="top">
<b>
3 Rechts
</b>
</td>
</tr>
<tr>
<!-- Row 2 Column 1 -->
<td valign="top">
4 links<br>
Algemene info.<br>
</td>
<!-- Row 2 Column 2 -->
<td valign="top">
5 midden<br>
</td>
<!-- Row 2 Column 3 -->
<td width="280" valign="top">
6 rechts<br>
<iframe src="http://www.pokemonforum.nl/test.php" width="280" height="280" name="bericht"></iframe>
</td>
</tr>
</table>
<br>
<br>
<br>
</body>
</html>
<html>
<head></head>
<body>
<table>
<tr><td>blablabla</td><td><?php //hier dan dat scriptje tussen dumpen ?></td><tr>
<tr><td>footer enz,enz,enz....</td></tr>
</table>
</body>
</html>
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.