<% set sdb=server.CreateObject("ADODB.Connection") sdb.Open "Driver={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=glimpseit;UID=nxlcuug;PASSWORD=pfxwc8k" %> GLIMPSE SECURE ORDER PAGE
PEEGARDEN DVD ORDER FORM
Shipping/postage to anywhere in the world is included in the price. All goods shipped under plain cover. Allow up to 10 days for DVD delivery. If you want products delivered to a different address than your card is registered against you can enter an alternative delivery address during the ordering process. You will be emailed a receipt of purchase. Your credit card statement will NOT show any details of type of product purchased.
PROBLEMS? EMAIL: ADMIN@PEEGARDEN.COM

I want to purchase:
*Please select an item(s) to purchase or you will get an error
PAL OR NTSC..USE THE LIST BELOW TO FIND OUT...

The above list of DVD formats is for your reference only - you DO NOT need to select an option


TITLES ON NTSC DVD...
<%set rs=server.CreateObject("adodb.Recordset") rs.CursorType=3 rs.LockType=1 rs.Open "select * from peegarden_products where category in (1,2) and status=1 order by tStamp desc, sort",sdb if rs.BOF=false or rs.EOF=false then rs.movefirst do while not rs.eof if rs.fields("category")=1 then %> " name="purchase"><%=rs.fields("itemName")%> - <%=formatcurrency(rs.fields("price"))%>
<% end if rs.movenext loop end if %>
TITLES ON PAL DVD...
<%if rs.BOF=false or rs.EOF=false then rs.movefirst do while not rs.eof if rs.fields("category")=2 then %> " name="purchase"><%=rs.fields("itemName")%> - <%=formatcurrency(rs.fields("price"))%>
<% end if rs.movenext loop end if rs.close() set rs=nothing sdb.close() set sdb=nothing %>
Now you have made your selection click the "CONTINUE" button below to continue