Import Excel Data on MySQL Database Using PHP

Submitted by anthu1510 on
Simple code to import excel data to MySQL using PHP. This all code is simple and useful for all beginners. Download and enjoy. Instructions: 1. Extract the zip file. 2. create database "excelimport". 3. Goto db folder. 4. Import "excelimport.sql" file into database. 5. Example excel file "users.xlsx" Run and enjoy. If you have any query just let me know this mail id [email protected] Thanks.

PHP Selecting MySQL Row by Category using jQuery

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple select of MySQL row by category using jQuery. This tutorial features a select tag that whenever we change the value of a category the page or the data from table automatically change based on the chosen category or value of select tag. So, let's get started.

Creating our Database

First step is to create our database. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "category". 3. After creating a database, click the SQL and paste the below code.

Nightingale Audio Player

Submitted by nightingale on
This is my first code am posting here, and is a simple but professional audio player which has so many features like the other windows application. i like coding and this being the first project i did i decided to post it here for guys like beginners who are into vb coding. Am third year student in the university for Development Studies UDS in Navrongo and also offering BSc. Computer Science. hope

Fish Shooter Game

Submitted by nhojs_09 on
Unity 2D Fish Shooter Game Indeed, shooting is one of the most common games which is familiar to a lot of people. Starting from a shooting airplane, helicopter down to the tanks and among others. However, Fish Shooter is quite different because using a fish as your character is very rare in this type of games. This is a complete application for Fish Shooter Game. If you want to learn how to create this game, please visit Fish Shooter Tutorial.

PHP Simple Search using AJAX/Bootstrap

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple search using ajax/bootstrap. It features a suggestion list from data in our database. Hope this will help you.

Creating our Database

First and most important step in to create our database. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "ajax_search". 3. After creating a database, click the SQL and paste the below code.