Skip to main content
Participating Frequently
December 31, 2009
Question

Insert New Record to MySQL using CFSELECT, Textfield, and Submit Button

  • December 31, 2009
  • 1 reply
  • 534 views

I wanted to insert new record (new user) to MySQL database by using a CFSELECT (Drop-Down Menu) with option (Add New User), type the name in the textfield, then hit the submit button. After the process, the name will be listed in the Drop-Down Menu. I have the Update/Delete part.. I just need to Insert new user. Thanks

This topic has been closed for replies.

1 reply

Inspiring
December 31, 2009

What have you successfully achieved so far and what part is giving you difficulty.

Participating Frequently
December 31, 2009

Someone help me out creating the Update/Delete part.. But I also need the Insert part of it..