Showing posts with label MVC. Show all posts
Showing posts with label MVC. Show all posts

MySQL insert with HTML Form using CodeIgnitor

Using Core PHP, you can submit form and insert row in MySQL table using a single file. However, the method can be insecure. Using MVC model of CodeIgnitor, you can create a secure method. I can thin…

Create Login System with CodeIgniter MVC Model

Hello, I am a Core PHP programmer and currently learning MVC with codeigniter and bootstrap. So, don't expect some expert level stuff. So Let Begin. What the hell is MVC? I am not a reader as I …