Question
Inserting form variables in a databse
I need to store
user entered form values in a database.
I need to delete extisiting records before loading these values
how can I do it in coldfusion7
I was examining a file it was using this
Artist_desc = '#FORM["Artist#'i#"]'
what does it mean
