After creating this interface when i clicked the "Create Your Account" button i want to insert that entered data into database.
According to MVC architecture let's see how to connect view,controller and model.
After creating view we have to call controller.We can use form_open() method to call controller.
According...
Sunday, November 23, 2014
Sunday, October 5, 2014
7:44 PM by UnknownNo comments

What is mPDF ?
mPDF is a PHP class which genarates PDF files from UTF-8 encoded HTML.It is based on FPDF and HTML2FPDF ,with a number of enhancements.
First we have to download mpDF.Download mpdf.
Then go to your project folder and put that mpdf file inside /application/third_party/mpdf.
Then...
Wednesday, September 17, 2014
5:32 AM by Unknown1 comment
Add PDF,CSV,EXCEL buttons to generate file formats.
By clicking copy,csv,excel,pdf and print you can get table data according to selected button.
First we have to download datatable tools.
Download Data Table Tools
Add downloaded files to your project folder.
After that you have to add...
Tuesday, September 16, 2014
6:07 AM by UnknownNo comments
Codeigniter validate required field,email and passwords.
If we want to validate required field.we can add required command in view where we need to give input.
As you can see we can use "required" for any kind of input type.
Then we have to call controller and check set the validation...
4:09 AM by UnknownNo comments
Enable/Disable text field according to radio button.
If I select click Personal Account radio button it will display First Name and Last Name fields,
If I select Business Account radio button it will display Company Name field.
you need to call function when radio button is...
Monday, September 15, 2014
5:55 AM by UnknownNo comments
How to create simple registration form
I'm trying to create simple registration form like this and i want do validations for Email,Password and Confirm password fields.
First,we try to create this interface.
View:
How to add bootstrap links (line:6-7)
How to call controller from...
Friday, September 12, 2014
1:02 AM by UnknownNo comments

Codeigniter
Codeigniter is a powerful PHP Framework with a very small
footprint,built for PHP coders who need a simple and elegant toolkit to
create full featured web applications.
MySQL
MySQL is the world's second most widely used open-source relational database management system (RDBMS).MySQL...
Subscribe to:
Posts (Atom)