arabalar tablosu:
ID(ai) BILGI BILGI2 BILGI3
1 asdf qwer zxcv
2 gdfg hdfr tqwc

resimler tablosu:
ID(ai) AID RURL
1 1 images/uploads/sahibinden-temiz-2-el-01.jpg
2 1 images/uploads/sahibinden-temiz-2-el-02.jpg
3 1 images/uploads/sahibinden-temiz-2-el-03.jpg
4 2 images/uploads/honda-civic-01.jpg

yorumlar tablosu:
ID(ai) AID YORUM TARIH
1 1 evet-temizmiş 01-01-0001/01:01

ai: auto increment
AID: araba tablosundaki ID
RURL: resim url

resimleri veya yorumları okuturken ilan sayfasında;
$aid = $_GET["ilanno"];
MYSQL_QUERY ( " 
  SELECT * 
  FROM resimler 
  WHERE aid='$aid' 
  ORDER BY id DESC 
  LIMIT 0,10 
" );