<% author = Request.Form("txtName") topic = Request.Form("txtTopic") message = Request.Form("txtaMessage") ''''''''''''''''''''''''' 'puts name and title into the table ' ''''''''''''''''''''''''' 'include file for the wrapper 'make db connection connect() 'insert record addTopic() 'disconnect to db Disconnect() 'Redirct to the display php Response.Redirect("display.asp") %>