basitçe anlatayım...
<?php
echo "<table width=\"100%\" border=\"0\">
<tr>";
$sorgu = mysql_query("Sorgu kodları");
while ($yaz = mysql_fetch_array($sorgu)) {
$resim = $yaz['resim'];
echo "<td><img src=\"$resim\" /></td>";
$x = $x + 1;
if ($x ==3) {
echo "</tr><tr>";
$x = 0;
}
}
echo "</tr></table>";
?>
hata verdi
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\apache2triad\htdocs\yeni\profil_resim.php on line 235