$heading="Antique Linens and Lace";
include 'top.php';
?>
Rosalind Mellor Antique Linens and Lace welcomes you to her new website
and invites you to peruse the textiles for sale below. They are, of
course, only a fraction of the items available and include table
linens, christening gowns, baby bonnets, lace shawls, wedding veils,
wedding hankies, silk shawls, beaded bags etc.
All of the goods sold via this website are guarranteed original and in
excellent condition unless stated otherwise.
Orders for individual items as well as from trade buyers are welcome.
Rosalind is no longer trading from the shop on Pulteney Bridge, Bath but
if you wish to place an order or have an enquiry, please contact Rosalind
via telephone, details to be found below.
A Selection of items available nowClick on an item's picture or title to see a larger picture // includes include("conf.php"); // include("functions.php"); // open database connection $connection = mysql_connect($host, $user, $pass) or die ("Unable to connect!"); // select database mysql_select_db($db) or die ("Unable to select database!"); // generate and execute query $query = "SELECT id, title, content FROM $table ORDER BY timestamp DESC LIMIT 0,10"; $result = mysql_query($query) or die ("Error in query: $query. " . mysql_error()); // if records present if (mysql_num_rows($result) > 0) { // iterate through resultset // print title with links to edit and delete scripts while($row = mysql_fetch_object($result)) { ?> echo $row->content ; ?> } } mysql_close(); ?> |
||