Chapter 31 Building a Shopping Cart



Download 1,54 Mb.
Pdf ko'rish
bet8/24
Sana28.03.2022
Hajmi1,54 Mb.
#514907
1   ...   4   5   6   7   8   9   10   11   ...   24
Bog'liq
9780321833891 ch31 WebEdition unsecured

Listing 31.3
 
 get_categories()
 Function from 
book_fns.php
—Function That Retrieves a Category List 
from the Database 
function get_categories() { 
// query database for a list of categories 
$conn = db_connect(); 
$query = "select catid, catname from categories"; 
$result = @$conn->query($query); 
if (!$result) { 
return false; 

$num_cats = @$result->num_rows; 
if ($num_cats == 0) { 
return false; 

$result = db_result_to_array($result); 
return $result; 

As you can see, the 
get_categories()
function connects to the database and retrieves a list of all the category 
IDs and names. We wrote and used a function called 
db_result_to_array()
, located in 
db_fns.php
. This 
function is shown in Listing 31.4. It takes a MySQL result identifier and returns a numerically indexed array of 
rows, where each row is an associative array. 
Listing 31.4
 
db_result_to_array()
 Function from 
db_fns.php
—Function That Converts a MySQL 
Result Identifier into an Array of Results 
function db_result_to_array($result) { 
$res_array = array(); 
for ($count=0; $row = $result->fetch_assoc(); $count++) { 


Chapter 31 Building a Shopping Cart
31-11
$res_array[$count] = $row; 

return $res_array; 

In this case, you return this array back all the way to 
index.php
, where you pass it to the 
display_categories()
function from 
output_fns.php
. This function displays each category as a link to the 
page containing the books in that category. The code for this function is shown in Listing 31.5. 

Download 1,54 Mb.

Do'stlaringiz bilan baham:
1   ...   4   5   6   7   8   9   10   11   ...   24




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish