PHp error

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Pagina: « vorige 1 2

Manaus

Manaus

10/07/2006 21:04:00
Quote Anchor link
alles werkt alleen wil hij geen 2 br gebruiken ik wil dat er 1 lijn tussen elk nieuws bericht komt...:p


Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
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>';
?>
 
PHP hulp

PHP hulp

17/11/2024 14:36:39
 
Kalle P

Kalle P

10/07/2006 21:16:00
 
Manaus

Manaus

10/07/2006 21:24:00
Quote Anchor link
Ok bedankt nu werkt heel men script

nog een vraagje..
als ik <> tags gebruik
flipt heel me mysql hoe kan ik da verhlpen????:p
 
Manaus

Manaus

10/07/2006 21:39:00
Quote Anchor link
ik dacht door hiervoor iets te plaats

Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
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());
?>

<META HTTP-EQUIV="Refresh" CONTENT="0;URL=index.php">
 
Kalle P

Kalle P

10/07/2006 21:40:00
Quote Anchor link
<> tags?
 
Manaus

Manaus

10/07/2006 21:41:00
Quote Anchor link
ja
 
Manaus

Manaus

10/07/2006 22:08:00
Quote Anchor link
niemand?:(:p
 
Jan Koehoorn

Jan Koehoorn

10/07/2006 22:12:00
Quote Anchor link
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.
 
Manaus

Manaus

10/07/2006 22:15:00
Quote Anchor link
ok dankje wel srry voor het gebump maar het was nogal dringend :P
 
Frank -

Frank -

10/07/2006 22:23:00
Quote Anchor link
manaus:
ok dankje wel srry voor het gebump maar het was nogal dringend :P
Ja, en? Dat is toch echt jouw probleem, had je maar eerder aan je script moeten beginnen.

Niet bumpen dus, ook al heb je de hulp nog zo hard nodig.
 

Pagina: « vorige 1 2



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.