Bootstrap Form

Bootstrap makes it easy with the simple HTML markup and extended classes for different styles of forms. Bootstrap greatly simplifies the process of styling and alignment of form controls like labels, input fields, select boxes, textareas, buttons, etc. through predefined set of classes. HTML forms are the integral part of the web pages and applications, …

CodeIgniter Image Library For Image Manipulation

While developing any web application there is a need to manipulate image dynamically such as while uploading an image. In this tutorial we are going to explain an example, which shows how to use CodeIgniter’s image library for Image Manipulation. You can find Image_Lib.php class inside your CodeIgniter project’s system/libraries folder. First load image_lib library in your …

Upload Multiple Images Using PHP and jQuery

In this blog we focused on Multiple Image uploading functionality using PHP and jQuery in forms.

There is an Add More Files button which allows user to dynamically create above input tag, type=” file” Just click on live demo or follow our codes to use it.