add news post to database:
title / topic
automatically parse URL's
category
<% Dim zobjRS Set zobjRS = Server.CreateObject("ADODB.Recordset") zobjRS.Open "categories", zobjConn, adOpenForwardOnly, adLockReadOnly, adCmdTable If Not zobjRS.EOF Then Do While Not zobjRS.EOF Response.Write "
" & zobjRS("CategoryName") & "
" zobjRS.MoveNext Loop End If zobjRS.Close Set zobjRS = Nothing zobjConn.Close Set zobjConn = Nothing %>
parse smilies
post message
click here to submit this news post
|
click here to reset form values