Inserting from a form into a database

<cfquery datasource="turpinsshoutbox" username="root">
INSERT INTO comment(poster, email, msg)
VALUES ('#Form.poster#', '#Form.email#', '#Form.msg#')
</cfquery>
<cflocation url="shoutbox.cfm" addToken="No">

source

Leave a Reply