% response.buffer=true %> <% mySQL="SELECT * FROM RecipesTB WHERE (RecipeID='" & Request.QueryString("id") &"')" Set query=Server.CreateObject("ADODB.Recordset") query.Open mySQL, Connect, adOpenStatic, adLockOptimistic %> <% ' SET PAGE VARIABLES title= query("Name") & " : Lake Magazine" prefix="../" bggraphic="" %>
![]() | ![]() | |
|
<%
varInstructions=query("Instructions")
varInstructions= replace(varInstructions, chr(13), " ") %> <%= query("Name") %> <% if query("Source")<>"" then %> Courtesy of <%= query("Source") %><% end if %> <% if query("Description")<>"" then %> <%= query("Description") %><% end if %> <%= varInstructions %>
![]() | ||
![]() | ![]() |