PHp error
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
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?
include "config.php";
$select = "SELECT * FROM nieuws ORDER by id DESC LIMIT 0,5";
$query = mysql_query($select) or die (mysql_error());
while ($list = mysql_fetch_object($query)) {
echo '<table border="1" bordercolor="#000000" width="455" cellspacing="0" bordercolorlight="#000000" bordercolordark="#000000" cellpadding="0">';
echo '<tr>';
echo '<td height="37" width="454" colspan="2">'.$list->titel.'</td>';
echo '</tr>';
echo '<tr>';
echo '<td height="78" width="102">Door: '.$list->naam.'</td>';
echo '<td height="132" width="342" rowspan="2">'.$list->bericht.'</td>';
echo '</tr>';
echo '<tr>';
echo '<td height="83" width="102">Op: '.$list->datum.'</td>';
echo '</tr>';
echo '</table>';
}
echo '<br><br>';
?>
include "config.php";
$select = "SELECT * FROM nieuws ORDER by id DESC LIMIT 0,5";
$query = mysql_query($select) or die (mysql_error());
while ($list = mysql_fetch_object($query)) {
echo '<table border="1" bordercolor="#000000" width="455" cellspacing="0" bordercolorlight="#000000" bordercolordark="#000000" cellpadding="0">';
echo '<tr>';
echo '<td height="37" width="454" colspan="2">'.$list->titel.'</td>';
echo '</tr>';
echo '<tr>';
echo '<td height="78" width="102">Door: '.$list->naam.'</td>';
echo '<td height="132" width="342" rowspan="2">'.$list->bericht.'</td>';
echo '</tr>';
echo '<tr>';
echo '<td height="83" width="102">Op: '.$list->datum.'</td>';
echo '</tr>';
echo '</table>';
}
echo '<br><br>';
?>
nog een vraagje..
als ik <> tags gebruik
flipt heel me mysql hoe kan ik da verhlpen????:p
Code (php)
1
2
3
4
2
3
4
<?php
include ("config.php");
mysql_query("INSERT INTO nieuws(datum,bericht,naam,titel) VALUES('$datum','$bericht','$naam','$titel')") or die(mysql_error());
?>
include ("config.php");
mysql_query("INSERT INTO nieuws(datum,bericht,naam,titel) VALUES('$datum','$bericht','$naam','$titel')") or die(mysql_error());
?>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=index.php">
<> tags?
ja
niemand?:(:p
Manaus, topics bumpen graag pas na 24 uur. Die META tag hoort in de <head> sectie te staan en niet zomaar ergens in je php code.
ok dankje wel srry voor het gebump maar het was nogal dringend :P
manaus:
Ja, en? Dat is toch echt jouw probleem, had je maar eerder aan je script moeten beginnen. ok dankje wel srry voor het gebump maar het was nogal dringend :P
Niet bumpen dus, ook al heb je de hulp nog zo hard nodig.