PHP

Populate Birth Date Dropdown List Using CodeIgniter

Submitted by admin on

In my previous post I uploaded a source code called “Populate Dropdown List Using CodeIgniter”. In that sample code, I used the country field to populate the value using the helper function.

This time, I’ll show you on how to populate a birth date field with three separate dropdown list.

Here’s the code to call the helper and populate the array with values from our function:

Simple Barcode Integration System Using PHP and MySQL

Submitted by nexus_00 on
Users can input item using barcode or using manual input..The goal of this simple system is to calculate item prices using barcode reader..auto display the price and item code width the use of barcode scanner.. You can also improve this system.. to run the system..just copy the folder named db1 to C:\wamp\bin\mysql\mysql5.1.30\data. paste the db1 folder inside the data folder

Online Music Publishing and Audio Playing system Updated

Submitted by nexus_00 on
This is a simple music publishing and audio player system which is intended only for playing and publishing music online.. This system also enables voting for your favorite music type. The votes are displayed in graph. How to run: Create database named dbmis to phpmyadmin and import the dbmis.sql You need a Wamp or Xampp Server,and a PHP IDE Editor. Additional Information: If you want to be the

Populate Dropdown List Using CodeIgniter

Submitted by admin on

In this code you’ll learn on how to populate a dropdown list using CodeIgniter. The list will be pulled from the function called “buildCountryDropdown” using helper.

The function is being called from the controller and then passed it to the view.

Here’s the code to call the helper and populate the array with values from our function:

Electronic Voting System

Submitted by Walterjnr1 on
AN ELECTRONIC VOTING SYSTEM This is an electronic voting system developed using php as the front-end and Mysql as the back-end. It is developed to eliminate the conventional paper ballot system being practice in some countries . Features: 1.) It is Secured. 2.) It is fast and confident. 3.) Result are accurate. 4.) Reduce crowd at polling unit. 5.) Instant result are release immediately after each

Upload files on php/mysql site server and saving details on database

Submitted by josiah_ke on
Upload files on php/mysql site server and saving on database instead of saving files into the database upload to the server and save file location on the database find php files, mysql dump file and js on the zip happy using NB: file location are relative to the web site files

Online Hotel Reservation with Drag and Drop Using PHP/MySQL

Submitted by argie on
Hi everyone, This hotel reservation system with drag and drop feature is created using php/mysql. The feature of this system is it has a drag and drop feature to reserve a room, wherein the user are going to drag the selected room to the basket. This system also has an online payment using paypal. Downloading this system will help you on how to create a drag and drop hotel reservation and how to

Inline Input Validation using PHP with Javascript

Submitted by argie on
This tutorial will help you validate a control like text field using javascript and display the error inline with the text field. I write this tutorial to help other programmer having difficulties in creating inline input validation. It also validate the email address. To start this tutorial lets follow the steps bellow.

Step 1: Open Your php editor and copy/paste the code below

This code is the javascript portion of the entire system. This is used to validate the form.