Tomasz Zalega (2008/6, Articles,
Households Earning Uncertain Incomes in the Light of Consumption Theories
Consumption in households that earn uncertain incomes, seen in the light of traditional and contemporary, strictly economic consumption theories is presented in the article. Empirical models that belong to the domain of consumer behavior studies were not included. Empirical data on 2000–2006 were supplied by Poland’s Statistical Office and describe consumption in households comprising (...)
";
$zapytanie2 = "select * from ksiazki where isbn > 99999999 and wyczerpany = '0' and oferta_specjalna = '0'";
$wynik2 = $dba->query($zapytanie2);
$ile2 = $wynik2->num_rows;
$rmax = rand(1, $ile2);
for ($i = 1; $i <= $rmax; $i++)
{
$wiersz2 = $wynik2->fetch_assoc();
}
$isbn = stripslashes($wiersz2['isbn']);
$tytul = stripslashes($wiersz2['tytul']);
$autor = stripslashes($wiersz2['autor']);
$cenadet = stripslashes($wiersz2['cenadet']);
$cenaprom = stripslashes($wiersz2['cenaprom']);
$cenapdf = stripslashes($wiersz2['cenapdf']);
$strony = stripslashes($wiersz2['liczbastron']);
$oprawa = stripslashes($wiersz2['oprawa']);
echo "
| ";
$zapytanie2 = "select * from ksiazki where isbn > 99999999 and isbn != '".$isbn."' and wyczerpany = '0' and oferta_specjalna = '0'";
$wynik2 = $dba->query($zapytanie2);
$ile2 = $wynik2->num_rows;
$rmax = rand(1, $ile2);
for ($i = 1; $i <= $rmax; $i++){ $wiersz2 = $wynik2->fetch_assoc(); }
$isbn = stripslashes($wiersz2['isbn']);
$tytul = stripslashes($wiersz2['tytul']);
$autor = stripslashes($wiersz2['autor']);
$cenadet = stripslashes($wiersz2['cenadet']);
$cenapdf = stripslashes($wiersz2['cenapdf']);
$strony = stripslashes($wiersz2['liczbastron']);
$oprawa = stripslashes($wiersz2['oprawa']);
echo "
|