require_once 'lib/mysql.php'; $page = $_REQUEST["page"]; if($page <1)$page=1; function show_items() { $db = new DB(); if(!$db->open()){ die($db->error()); } $sql = "SELECT painting_id, s_image FROM paintings WHERE p_cat='op' " ; $result = $db->query($sql); if ($result !=false) { $row = $db->fetch_assoc();} while ($row != false) { ?>
$row = $db->fetch_assoc(); } } function show_paintings() { ?>
Home | Painting for Peace | Painting Symbolism | More Paintings | Archive | Judy's Blog | About Judy |
|||||||||
Archive
To see enlargements and descriptions of the paintings, please click on the images below.
|
Home | Painting for Peace | Painting Symbolism | More Paintings | Archive | Judy's Blog | About Judy |
|||||||||
|
|||||||||
|
|||||||||
|
|||||||||
|
|||||||||
if($page>1)
{
// echo " This page is greater than 2 " . $page+$i+1 . " " . $num_rec_left/20 . " " . $page+$i+1 . " Home | Painting for Peace | Painting Symbolism | More Paintings | Archive | Judy's Blog | About Judy |