View Single Post
ישן 14-02-06, 14:16   # 5
bestdesign
מתאורר / יצא בחוץ
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 204

bestdesign לא מחובר  

אפשר גם לעשות את זה כך :

PHP קוד:
<?php 

$num 
rand(0,10); 


$picture="<img src=http://theages.superman.ws/History/foolish.JPG>";
$picture2="<img src=http://theages.superman.ws/History/foolish.JPG>";

switch(
$num)
{
case 
1;
echo 
$picture;
case 
1;
echo 
$picture2;
}
?>
  Reply With Quote