/ Published in: ColdFusion
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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">