Products
Important Remarks:
All items are made by hand. Slight differences in sizes are unavoidable.
All prices are good for 30 days.
Quantities for loadability are only approximate figures.
$fp = fopen ("./expocraft/products.dat","r"); while ($data = fgetcsv ($fp, 1000, "|")) { $num = count ($data); $row++; ?>
$fp2 = fopen ("./expocraft/$data[2]","r"); while ($data2 = fgetcsv ($fp2, 1000, "|")) { $num2 = count ($data2); $row2++; ?>
$data2[1]
"; ?>
fclose ($fp2); } // fclose ($fp); ?>