Archive for the ‘Code Labs’ Category


Javascript to change form post action URL.

center

Hello there everybody!
This tutorial is Javascript that allows to modify the action field of an HTML form dynamically.
It is possible to have one submit button in a form but different action url.

The example below show how to switch the action post based on the radio button click.

Add the below sample form to your page:
This is an example search form.

Read More »

Share

Thickbox Images, Content, Iframed Content, Ajax Content

center

Hi, welcome to the demonstration for the tutorial – “How to Implement ThickBox”.

Thickbox is a jQuery plugin that is very similar to Lightbox, but comes with more features. This works with any html: (Images, Inline Content, Iframed Content, Ajax Content).
Read More »

Share

This is for multiple forms with validation on codeigniter

center

Hi there everyone, this is my second tutorial on code igniter. Here, I will discuss about using multiple forms with validation.

Here is the procedure:
Read More »

Share

How to upload array of files with thumbnail in Code Igniter

center

Hello everyone, I would like to share with you on how to upload array of files with Thumbnail in Code Igniter.

Here’s the step by step guide for you to follow:
In views, you can create a form including input files in an array then submit to the controller to be saved in a folder or directory where the upload path is located.
Read More »

Share
Page 2 of 212