Visa ett inlägg
Oläst 2007-06-19, 14:18 #1
wizzos avatar
wizzo wizzo är inte uppkopplad
Flitig postare
 
Reg.datum: Dec 2006
Inlägg: 424
wizzo wizzo är inte uppkopplad
Flitig postare
wizzos avatar
 
Reg.datum: Dec 2006
Inlägg: 424
Vad kan felet vara tror ni? Det funkade för mig när jag arbetade med webbsidan på WAMP men när jag försökte flytta över filen till LAMP då klagar den och vill inte lista min databas :huh:
Citat:
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /var/www/test/x/lista2.php on line 16
Citat:


<?php

$sql = "SELECT article_id, title, PRIS, description

FROM clothes

ORDER BY title";



$resultat = mysqli_query($dbLink, $sql);

$antal_rader = mysqli_num_rows($resultat); Line 16!!!!!!

print "

Det finns " . $antal_rader . " artiklar i webshoppen.</p>";
...
...
wizzo är inte uppkopplad   Svara med citatSvara med citat