include("config.php"); //db connection and directory variables
include("lang.php");
 $maxnumber = 9;
 $count= 0;
 $index = 0;
 $cardcount = 0;
 $cardindex = 0;
 $cards[0];
 $thecards[0][0];
 while($count <= $maxnumber)
{
     $number = rand(0,78);
     for($index; $index <= $maxnumber; $index++)
     {
        if($cards[$index] == $number)
        {
          $number = rand(0,78);
          $index = -1;
        }
     }
      $cards[$count] = $number;
      $randnum = rand(0,100);
      if($count != 0 && $count != 1)
      {
        if(($randnum % 2) != 0)
        {
          $cards[$count] =  $cards[$count]."r";
        }
      }
      $query = "SELECT * FROM $table WHERE (card = '$cards[$count]')";
      $result = @mysql_db_query($db, $query);
      $r = mysql_fetch_array($result);
      if(!$result)
      {
         $query_error = "Failed at the mysql_db_query.";
         echo"$query_error";
         exit();
      }
      else
      {
        $indice = 0;
        $thecards[$count][$indice] =  $r["title"];
        $test2 = $r["card"];
        //echo"$test2 <-------no array value test <--->cards count --> $cards[$count]
";
        $test = $thecards[$count][$indice];
        //echo"$test <-------test 
";
        $indice++;
        $thecards[$count][$indice] =  $r["description"];
        $indice++;
        $thecards[$count][$indice] =  $r["thumb"];
        $indice++;
        $thecards[$count][$indice] =  $r["limage"];
      }
      // $cards[$count] = $number;
      // echo"$cards[$count]<---CARD  $count <---COUNT
";
       $count++;
       $index = 0;
}
       $count = 0;
       $index = 0;
       $printcards = implode (":", $cards);
?>
   
| " target="_blank"> | $sigcard = $thecards[0][0]; echo"$sigcard";?> $sigmeaning = $thecards[0][1]; echo"$sigmeaning";?> 
 | 
| " target="_blank"> | $crosscard = $thecards[1][0]; echo"$crosscard";?> $crossmeaning = $thecards[1][1]; echo"$crossmeaning";?> 
 | 
| " target="_blank"> | $foundcard = $thecards[4][0]; echo"$foundcard";?> $foundmeaning = $thecards[4][1]; echo"$foundmeaning";?> 
 | 
| " target="_blank"> | $pastcard = $thecards[3][0]; echo"$pastcard";?> $pastmeaning = $thecards[3][1]; echo"$pastmeaning";?> 
 | 
| " target="_blank"> | $crowncard = $thecards[2][0]; echo"$crowncard";?> $crownmeaning = $thecards[2][1]; echo"$crownmeaning";?> 
 | 
| " target="_blank"> | $futurecard = $thecards[5][0]; echo"$futurecard";?> $futuremeaning = $thecards[5][1]; echo"$futuremeaning";?> 
 | 
| " target="_blank"> | $emotecard = $thecards[6][0]; echo"$emotecard";?> $emotemeaning = $thecards[6][1]; echo"$emotemeaning";?> 
 | 
| " target="_blank"> | $externcard = $thecards[7][0]; echo"$externcard";?> $externmeaning = $thecards[7][1]; echo"$externmeaning";?> 
 | 
| " target="_blank"> | $hopecard = $thecards[8][0]; echo"$hopecard";?> $hopemeaning = $thecards[8][1]; echo"$hopemeaning";?> 
 | 
| " target="_blank"> | $outcard = $thecards[9][0]; echo"$outcard";?> $outmeaning = $thecards[9][1]; echo"$outmeaning";?> 
 |