Tutorials

How to Create a Text-To-Speech Application in VB.NET

Submitted by donbermoy on

This is my another tutorial in VB.NET that converts an inputted text into a speech or voice. We will just only call the Speech API namespace for this program and with the use of Spvoice object. The SpVoice object brings the text-to-speech (TTS) engine capabilities to applications using SAPI automation. An application can create numerous SpVoice objects, each independent of and capable of interacting with the others.

How to Create a Bar Graph using PHP/MySQLi and ChartJS

Submitted by janobe on
In this tutorial, I will teach you how to create a Bar Graph using PHP/MySQLi. Bar graphs are used to compare products and track the changes in product sales over time. It is determined by the category of data that can be viewed in rectangular bars with heights equivalent to the values presented. You can also check my previous tutorial which is How to Create a Pie Graph. Let’s Begin.

How to Import Excel/CSV file to MySQL Database using PHP

Submitted by joken on

In this tutorial im going to show you how to create n application that can be used to Import CSV/Excel file using PHP. We will create a simple PHP web application that has a form for our import feature and table to display our imported data to the database.

*Upgrade Info

The tutorial source code was originally written in PHP MySQL and I have updated it into PHP MySQLi.

How to Save and Load Data from Database Without refreshing the page using PHP and Ajax

Submitted by argie on

Hi everyone, The feature of this tutorial is it allows you to save data to the database and display data from the database without refreshing the page. I used Ajax and PHP in this tutorial. Our goal for this tutorial is to create a simple web application that has a simple form that will result an automatic load the data after the success response of saving the data. To start the coding let's follow the steps provided below.

Angular JS Login with Session using PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles how to create a login page using Angular JS and set SESSION with PHP/MySQLi. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. In this tutorial, we'll set up PHP Session to prevent users from going into our homepage if not authenticated.

Creating a Pop-up Notification using PHP, AJAX, and Bootstrap

Submitted by nurhodelta_17 on

This tutorial will show you how to create a simple pop-up notification using AJAX/JQuery. In this tutorial, I've set up the notification to appear at the bottom but you can change its position depending on your preference. Also, I've used bootstrap to slightly improve the visuals. We will use Ajax to sent the data of our form upon submission to process with the back-end scripts without leaving or the page.

Note: Scripts and CSS used in this tutorial are hosted.

Creating our Database

The first and most important step in to create our database.