Sorting Data in PHP/MySQL

Submitted by Yorkiebar on
Introduction: This tutorial will be running off a tutorial found here (http://www.sourcecodester.com/php/7510/retrieving-data-mysqlphp.html) and will be showing you how to sort retrieved data. An example of how this could be used is in the leaderboards of a game. Table Modifications: First I need to modify my table from the previous 'Retrieving Data' tutorial. I am going to add a second column

Record Voice and Play Recorded Sound in C#

Submitted by donbermoy on
Today in C#, i will teach you how to create a program that records voice and plays it (microphone) using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program as microphone. 2. Next, add three

Display Directory Structure using TreeView in C#

Submitted by donbermoy on
Today in C#, i will teach you on how to create a program that loads and displays the directory structure of C using the TreeView control in C#. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and named your project as TreeViewDirectory. 2. Next, add only one TreeView1 named TreeView11 to display the contents of C directory structure.

3 Types of FILE IO in JAVA part1

Submitted by moazkhan on

TUTORIAL NO 10

3 Types of FILE IO part1

In this tutorial you will learn: File Reading using 1. Standard Input Output 2. New Input Output 3. New Input Output2 4. Anonymous classes Today I am going to teach you how to read files in java using all the three types of methods available in java. The standard input output was the oldest after that new input output was used and now new input output is being used.

Retrieving Data in MySQL/PHP

Submitted by Yorkiebar on
Introduction: This tutoral will show you how to simply retrieve data using PHP from a MySQL database. Required: Before you can retrieve the data, you must have the following: 1) A webhost or localhost. 2) A database in your MySQL service. 3) A table with data in your MySQL database. Creating a Database: To create a database in your MySQL service, simply go to the MySQL Databases feature of your