perchè se dopo la mysql_query, invece di effettuare subito il ciclo while :
faccio il controllo $result...Codice PHP:
$sqltxt=mysql_query("select * from articolo where cat0=$wid0");
$result = $db->Execute($sqltxt) or die("Errore nella QUERY: $sqltxt. " . $db->ErrorMsg());
while($result1=mysql_fetch_array($sqltxt))
mi da questo errore??
Errore nella QUERY: Resource id #24. You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'Resource id #24' at line 1
forse ci sono quasi nel modificarlo...incoraggiatemi...forza!!!