include("config.php"); //db connection and directory variables
include("lang.php");
$pcards = $_GET["pcards"];
$maxnumber = $_GET["maxnumber"];
$count= 0;
$index = 0;
$cards = explode (":", $pcards);
while($count <= $maxnumber)
{
$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;
?>
"> | |
"> | |
" target="_blank">" src="" width="" height="" >
|
$idealcard = $thecards[0][0]; echo"$idealcard";?>
$idealmeaning = $thecards[0][1]; echo"$idealmeaning";?> |
"> | |
" target="_blank">" src="" width="" height="" >
|
$forcecard = $thecards[1][0]; echo"$forcecard";?>
$forcemeaning = $thecards[1][1]; echo"$forcemeaning";?> |
"> | |
" target="_blank">" src="" width="" height="" >
|
$wisecard = $thecards[2][0]; echo"$wisecard";?>
$wisemeaning = $thecards[2][1]; echo"$wisemeaning";?> |
" colspan="2" valign="top"> | |
" target="_blank">" src="" width="" height="" >
|
$virtuecard = $thecards[3][0]; echo"$virtuecard";?>
$virtuemeaning = $thecards[3][1]; echo"$virtuemeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$forcecard = $thecards[4][0]; echo"$forcecard";?>
$forcemeaning = $thecards[4][1]; echo"$forcemeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$beautycard = $thecards[5][0]; echo"$beautycard";?>
$beautymeaning = $thecards[5][1]; echo"$beautymeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$idealcard = $thecards[6][0]; echo"$idealcard";?>
$idealmeaning = $thecards[6][1]; echo"$idealmeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$procard = $thecards[7][0]; echo"$procard";?>
$promeaning = $thecards[7][1]; echo"$promeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$imaginecard = $thecards[8][0]; echo"$imaginecard";?>
$imaginemeaning = $thecards[8][1]; echo"$imaginemeaning";?> |
" colspan="2"> | |
" target="_blank">" src="" width="" height="" >
|
$physicalcard = $thecards[9][0]; echo"$physicalcard";?>
$physicalmeaning = $thecards[9][1]; echo"$physicalmeaning";?> |