include("config.php"); //db connection and directory variables
include("lang.php");
$pcards = $_GET["pcards"];
$maxnumber = $_GET["maxnumber"];
$count= 0;
$index = 0;
while($count <= $maxnumber)
{
$cards = explode (":", $pcards);
$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="" >
|
$selfcard = $thecards[0][0]; echo"$selfcard";?>
$selfmeaning = $thecards[0][1]; echo"$selfmeaning";?> |
||
" valign="top"> | |||
" target="_blank">" src="" width="" height="" >
|
$homecard = $thecards[1][0]; echo"$homecard";?>
$homemeaning = $thecards[1][1]; echo"$homemeaning";?> |
||
" valign="top"> | |||
" target="_blank">" src="" width="" height="" >
|
$bizcard = $thecards[2][0]; echo"$bizcard";?>
$bizmeaning = $thecards[2][1]; echo"$bizmeaning";?> |
||
" valign="top"> | |||
" target="_blank">" src="" width="" height="" >
|
$lovecard = $thecards[3][0]; echo"$lovecard";?>
$lovemeaning = $thecards[3][1]; echo"$lovemeaning";?> |
||
" valign="top"> | |||
" target="_blank">" src="" width="" height="" >
|
$oppcard = $thecards[4][0]; echo"$oppcard";?>
$oppmeaning = $thecards[4][1]; echo"$oppmeaning";?> |
||
" valign="top"> | |||
" target="_blank">" src="" width="" height="" >
|
$financecard = $thecards[5][0]; echo"$financecard";?>
$financemeaning = $thecards[5][1]; echo"$financemeaning";?> |
||
" valign="top"> | |||
" target="_blank">" src="" width="" height="" >
|
$intellcard = $thecards[6][0]; echo"$intellcard";?>
$intellmeaning = $thecards[6][1]; echo"$intellmeaning";?> |
||
" valign="top"> | |||
" target="_blank">" src="" width="" height="" >
|
$outcard = $thecards[7][0]; echo"$outcard";?>
$outmeaning = $thecards[7][1]; echo"$outmeaning";?> |
||