Home Home Pictures Recipes CDs and DVDs Links About

Recipes

i've gotten into cooking lately! here are some of the recipes i've tried so far. some have been more successful than others but i think i just need some practice.
if you have some recipes you'd like posted here, just submit them here.

<% set cnnDB = Server.CreateObject("ADODB.COnnection") cnnDB.Open strConn set rs = Server.CreateObject("ADODB.Recordset") strSQL = "SELECT * FROM Recipes;" rs.Open strSQL, cnnDB Do WHile NOT rs.EOF %>

"><%=rs("RecipeName")%> - <%=(rs("Brief"))%>

<% rs.MoveNext Loop rs.Close set rs = Nothing cnnDB.Close set cnnDB = Nothing %>