merhaba aşağıdaki kodlarda resimleri dosyanın ismi ilan numarası olacak şekilde pc kaydetmek istiyorum yardımcı olacak arkadaşlara teşekkür ederim
$resimsor = mysql_query("select * from t_advert_images where ParentID='$ID' limit 0,20");
while($resimyaz = mysql_fetch_array($resimsor)){
$Images = $resimyaz["Images"];
echo"<tr>
<td bgcolor='#E36C0A'>
<p align='center'><img width='800' height='600' src='images/estate/$Images";echo"_big.jpg' imgborder='0'></td>
</tr>";
}
echo"</table>
</tr>
</tr>
</div>
</td>
<td width='55%' bgcolor='#C0C0C0'>
<div align='center'>
<table border='0' width='98%' height='98%' cellspacing='0' cellpadding='0'>
<tr>
<td bgcolor='#E36C0A' colspan='2'>
<p align='center'><b>
<font size='5'>Fiyat : $RentPrice $RentCurrency</font></b></td>
</tr>
<tr>
<td width='45%' bgcolor='#808080' style='border-bottom-style: solid; border-bottom-width: 1px'>
<p align='right' style='margin-right: 10px'><b>
<font size='4'>İlan No :</font></b></td>
<td bgcolor='#FFFFFF' style='border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px'>
<p style='margin-left: 10px'><font size='4'>$refno</font></td>
</tr>