Showing posts with the label CodeigniterShow all

Codeigniter Write data into Excel (Without using plugin/library)

Earlier I used to use a plugin for writing data into excel.But I found that it was very e…

Read more

Codeigniter video upload

Requirements 1.Create folder called "video" in the root folder 2.sometimes mi…

Read more

Codeigniter flv,wmv uploading gives error "Invalid file type"

It gives "The filetype you are attempting to upload is not allowed." error when…

Read more

Codeigniter several configuration for multiple upload

When multiple file uploading has to be done with different $config values. It needs to re…

Read more

Send email in Codeigniter using a config file

We can use a config file to store email settings. I have shown how to use a config file f…

Read more

Codeigniter Image Preview

This code can be used to preview the image when we are uploading the image. NOTE : There …

Read more

Codeigniter Pagination - Apply Design

Sometimes the design apply for the codeIgniter pagination will not display in the web pag…

Read more