include("config.php"); //db connection and directory variables
include("lang.php");
$maxnumber = 5;
$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)
{
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">" src="" width="" height="" >
|
$presentcard = $thecards[0][0]; echo"$presentcard";?>
$presentmeaning = $thecards[0][1]; echo"$presentmeaning";?> |
" colspan="2" valign="top"> | |
" target="_blank">" src="" width="" height="" >
|
$selfcard = $thecards[1][0]; echo"$selfcard";?>
$selfmeaning = $thecards[1][1]; echo"$selfmeaning";?> |
" colspan="2" valign="top"> | |
" target="_blank">" src="" width="" height="" >
|
$changecard = $thecards[2][0]; echo"$changecard";?>
$changemeaning = $thecards[2][1]; echo"$changemeaning";?> |
" colspan="2" valign="top"> | |
" target="_blank">" src="" width="" height="" >
|
$strengthcard = $thecards[3][0]; echo"$strengthcard";?>
$strengthmeaning = $thecards[3][1]; echo"$strengthmeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$othercard = $thecards[4][0]; echo"$othercard";?>
$othermeaning = $thecards[4][1]; echo"$othermeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$finalcard = $thecards[5][0]; echo"$finalcard";?>
$finalmeaning = $thecards[5][1]; echo"$finalmeaning";?> |
Get
Another Reading Disclaimer " target="_blank" > |