View Single Post
ישן 10-11-08, 17:27   # 2
Shon12
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2007
הודעות: 354

Shon12 לא מחובר  

PHP קוד:
<?php
foreach ($explode as $id)
{
    
$abcselect mysql_query("SELECT * FROM `pzd` WHERE `id`='$id'"); 
    
$row mysql_fetch_array($abcselect);  
}
?>
עובר על המערך עם foreach...
__________________
Projector Lamps
  Reply With Quote