Menu

Web Posts

How to Create Your First Blog or Website for FREE

First of all I need to clear that this is totally for absolutely beginners. If you already know how to create blog or website for first time, then it will be better not to spend time on reading this or you can suggest me to add the necessary steps that I have missed in this

File Download in Code Igniter

In CodeIgniter, we can easily make files for download. There is a helper class called download, which we are using for downloading files from server. We just need a controller function and a view file. Copy and modify the below code in controller.     In view file:     Now you can download files