<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Recipes__MMColParam Recipes__MMColParam = "Peaches" If (Request("MM_EmptyValue") <> "") Then Recipes__MMColParam = Request("MM_EmptyValue") End If %> <% Dim Recipes Dim Recipes_numRows Set Recipes = Server.CreateObject("ADODB.Recordset") Recipes.ActiveConnection = MM_Pia_STRING Recipes.Source = "SELECT * FROM Recipes WHERE recipeName = '" + Replace(Recipes__MMColParam, "'", "''") + "'" Recipes.CursorType = 0 Recipes.CursorLocation = 2 Recipes.LockType = 1 Recipes.Open() Recipes_numRows = 0 %> <% Dim Products__MMColParam Products__MMColParam = "1" If (Request.QueryString("ID") <> "") Then Products__MMColParam = Request.QueryString("ID") End If %> <% Dim Products Dim Products_numRows Set Products = Server.CreateObject("ADODB.Recordset") Products.ActiveConnection = MM_Pia_STRING Products.Source = "SELECT * FROM Products WHERE ID = " + Replace(Products__MMColParam, "'", "''") + "" Products.CursorType = 0 Products.CursorLocation = 2 Products.LockType = 1 Products.Open() Products_numRows = 0 %> Gourmet Food Gift Baskets from Pia's European

Home

Products Recipes News FAQ Specials Contact View Cart
 
Pias European Pias Recipes
recipes
 
spacer

GOURMET GIFT BASKETS

 

Pia's Large Gift Basket 

$79 USD

 

A highly-appreciated gift, this basket contains seven (7) wonderful items that will make anyone happy. They present extremely well in a basket carefully wrapped in clear cellophane with a vibrantly colored ribbon and securely packed for shipping (also available for local pickup).

 

 


 

 

Pia's Small Gift Basket 

$49 USD

 

A highly-appreciated gift, this basket contains four (4) wonderful items that will make anyone happy. They present extremely well in a basket carefully wrapped in clear cellophane with a vibrantly colored ribbon and securely packed for shipping (also available for local pickup).

 


 

 

 

bottomstrip
bottombar

© 2007-8 Pias European/Sunny Bella Ltd. All Rights Reserved.
 

<% Recipes.Close() Set Recipes = Nothing %> <% Products.Close() Set Products = Nothing %>