CodeIgniter

How to Upload mp4 – CodeIgniter mime type

CodeIgniter

If you want to upload a file with CodeIgniter you should read my old post about it first. Setup the Config Arguments. Add the mime type mp4 to CodeIgniter.

 

How to Speed Up CodeIgniter

CodeIgniter

Speed Up your CodeIgniter websites with HTML output and Gzip compression.

 

How to Multiple Image Upload with CodeIgniter

CodeIgniter

Upload multiple images in one same form is not that simple. You need to initialize the upload or the resize if you want to Resize Multiple Images with CodeIgniter.

 

How to Update Database field value +1

CodeIgniter

Use direct database Update instead of Model to increment a field +1