PHP

Search query in Php

Submitted by jkev on
Search query in php is a simple php sourcecode enables you to search data in the table thier are two tables in the program one is a normalize table and other is not but they come out with same output.. Hope that this sourcecode will help you a lot.. thank you :P

Improved and Still Simple Login and Logout using PHP

Submitted by jmmaguigad on
Try this out, this is still a Simple Login and Logout and Viewing of data in a database in PHP BUT it also stretch its scope to cookies. I've included cookie for educational purposes and for those who want to be educated about it. how to run it: 1. first you need to extract the sample.zip. 2. put the folder in the htdocs folder of your xammp folder. 3. import the sample.sql in your phpmyadmin. 4

How To Create Youtube like Rating Using PHP/MySQL

Submitted by argie on
Hi everyone, this tutorial will teach you on how to create a youtube like rating or likes and dislikes rating using php and mysql. To start this tutorial lets follow the steps bellow to create this easy and nice code.

Step1: Create Our Database and its Table:

First step is to create our table in database to store the likes and dislikes votes. To create a database: 1. Open phpmyadmin 2. Click create table and name it as "database". 3.

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: