|
Posted by J.O. Aho on 06/17/05 06:20
The Legend wrote:
> $sql = "SELECT m.naam,m.bedrijfsnaam,m.plaats,m.soort,m.titel,
> FROM mb_advertentie m,mb_categorie c
> where m.id=$query
> and m.cid=c.id";
> $result = mysql_query($sql);
>
> while ($resultat = @mysql_fetch_array($result))
>
> include "templates/b_advertentie.htm";
> ?>
> -----------------
As we can't see how your templates/b_advertentie.htm we can't say what goes
wrong (that file is included for each time there is a row in the mysql database).
//Aho
Navigation:
[Reply to this message]
|