Tutorials

Importing CSV File to MySQL using PHP with Bootstrap Templates

Submitted by alpha_luna on
If you are looking for Importing CSV File to MySQL using PHP with Bootstrap Templates then you are at the right place. We all know that CSV file format used to import or to export the table data. Every line from the CSV file format indicates one field for the data table in the database.

PHP Forms

Submitted by alpha_luna on

PHP Forms

In this tutorial we are going to learn about $_GET, $_POST, and $_REQUEST. Nowadays, PHP is one of the most popular means of processing HTML forms. To read the data submitted by a form, using PHP, use one of three special arrays: $_GET, $_POST or $_REQUEST. The first two contain the data submitted via their respective protocols.

How to Create Sliding Text on Images with Bootstrap Templates

Submitted by alpha_luna on

Sliding Text on Images with Bootstrap Templates

In this tutorial, we are going to learn on How To Create Sliding Text On Images. In this source code, we are going to display the text on its corresponding image with a background color after we hover the image. In the example source code below, by using CSS and jQuery to appear the text effect on our images. Using jQuery slideToggle() we produce effect after we hover into the image. You can try the Live Demo of this tutorial.

How to Get Last Day of Month using PHP

Submitted by alpha_luna on
This is a tutorial on how to Get Last Day of Month using PHP. This is a simple tutorial for the beginners who really wants to know how to construct simple source code in PHP. We are going to construct simple PHP source code below for the beginners. So, they can see how to construct it in a simple way. This source code will display how to get the last date of this current month, as well as the last date of a month from the given of a specified date. We are going to use the letter "t" and that our key to get the last date of a month.

Bar Chart Plugin with jQuery

Submitted by alpha_luna on
This tutorial helps you make a Bar Chart Plugin with jQuery, I made a Chart that shows the percentage of different brands of Cellphones. I'm using jQuery and HTML/CSS to create this simple bar chart. Hope that this tutorial will help you a lot. You can also check the live demo of this simple tutorial, so you can get an idea and you can try this out, let's start coding.

How to Create a Toggle Switch using CSS

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create a Toggle Switch using CSS. We are going to use pure CSS to create a simple toggle switch button to your web page. We have a simple checkbox to filter any data, for the replacing of the checkbox, we are going to upgrade from checkbox GUI to toggle switch button GUI. It will add a neat and clean for the user if they are going to use the toggle switch functionality.