CodeIgniter Forums
Update text from input to DB - not working - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Update text from input to DB - not working (/showthread.php?tid=73068)



Update text from input to DB - not working - ninja258 - 03-15-2019

hello, i want update column "avatar" in DB table "account_data" but something is wrong ..... after submit button not update text from input to DB, thank you for help

https://pastebin.com/YE7f89x1

Edit:
FIXED. bad way in form ...


RE: Update text from input to DB - not working - php_rocs - 03-15-2019

@ninja258,

We need more information. Are you receiving any error messages? What version of CI? What about the view that shows the avatar? What does or doesn't happen when you run the code?


RE: Update text from input to DB - not working - ninja258 - 03-15-2019

CI v. 3.x
i get only 404 error and data from text input not sended to DB