hi,
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/only4you/public_html/asset/include/destra.php on line 10
I use it so:
$sql = "SELECT * FROM people order by peo_nome";
$result = mysql_query($sql);
while ($myrow = mysql_fetch_array($result)) {
echo "<font class=verdana10neroB>$myrow[peo_nome]</font><br>$myrow[peo_testo]<p align=justify>";
}
What's wrong?
regards