select

How to Validate Select in CodeIgniter

Submitted by nurhodelta_17 on
This tutorial tackles on how to validate select in codeigniter. Often times we use input text to collect data from our users. If you are using codeigniter and added validation which includes a select tag, this tutorial will help you validate the select tag and return the value selected by user if validation fails.

AngularJS Select - Dynamically add Options using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to add options in input select using Angular JS. We're gonna be using ng-options but you can also use ng-repeat and we're gonna discuss the difference in using both directive. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

How to Dynamically Get the Value of a Select Tag from MySQL Table Using PHP

Submitted by nurhodelta_17 on
This tutorial will help you on how to dynamically get the value of a select tag from MySQL Table using PHP. This tutorial will not teach you on how to create a good design but rather to give you knowledge on how to create a fully functional select tag. Creating our Database First, we're going to create a database that contains the data that we want to show as options in our select tag. 1. Open