<% 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
GLIMPSE DVD ORDER FORM
Shipping/postage to anywhere in the world is included in the price. All goods shipped under plain cover. Allow up to 14 days for DVD and CD-Rom delivery and up to 21 days for Video. If you have any questions concerning ordering please contact admin@glimpse-it.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 products where category in (1,2) and status=1 order by tStamp desc",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