PDA

View Full Version : خطای حافظه



masoudx77
چهارشنبه 22 مرداد 1393, 11:27 صبح
Allowed memory size of 134217728 bytes exhausted (tried to allocate 49152 bytes)

علت این خطا چیه؟

2undercover
چهارشنبه 22 مرداد 1393, 11:43 صبح
علت اینه که برنامه شما می خواهد بیشتر از مقداری که براش تعیین شده از RAM سرور استفاده بکنه.

masoudx77
چهارشنبه 22 مرداد 1393, 12:25 عصر
$query = "SELECT `image`,`brand`,`model`,`price` FROM `mobile` ORDER BY `id` DESC";
if($query_run = mysql_query($query))
{ $mobile_pic = mysql_result($query_run,0,'image');
$mobile_brand = mysql_result($query_run,0,'brand');
$mobile_model = mysql_result($query_run,0,'model');
$mobile_price = mysql_result($query_run,0,'price');
$mobile_code = mysql_result($query_run,0,'code');



<td>&nbsp;<a href="mobile_spec.php"><img src="<?php echo $mobile_pic ?>"></img></a> <p class="brand"><?php echo '<br />'.$mobile_model;?></p> <p class="price"><?php echo '<br />'.$mobile_price;?></p></td>



اقا کد من اینه
تا دیروز کار میکرده
یه session بهش اضافه کردم این اتفاق افتاد