using ajax and jquery to insert or update to database |
Hi, check out this thread, I wrote a good example there: https://forum.codeigniter.com/thread-76104.html
Obviously, you can omit the csrf cookie stuff in case you're not using it, or how my script reacts based on the submit button clicked (if you have more than one submit button in form)
You can see things I made with codeigniter here: itart.pro its not overly impressive as I have very little time to learn.
|
Messages In This Thread |
using ajax and jquery to insert or update to database - by joseCarlos - 04-25-2020, 02:44 AM
RE: using ajax and jquery to insert or update to database - by Leo - 04-25-2020, 04:17 AM
RE: using ajax and jquery to insert or update to database - by joseCarlos - 04-28-2020, 12:23 PM
RE: using ajax and jquery to insert or update to database - by Leo - 04-28-2020, 03:22 PM
|