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

Codeigniter - Image Upload and display Image in the same page

When the image gets uploaded ,it will load in the same page.The page will not get refresh…

Read more

Rewrite rule in codeigniter

If we dont use mod rewrite then the URL would be like this http://localhost/project_folde…

Read more

Codeigniter pagination - selected page not diplaying correctly

when it is more than 3 uri segments passed in the url, selected page of pagination will n…

Read more

Codeigniter Captcha

Earlier it was a plugin for captcha in Codigniter. Now its very with new version to embed…

Read more