Setting up Cookie upon Login using PHP/MySQLi

Submitted by nurhodelta_17 on
In my previous post, I created a Simple Login with Validation, so I've decided to create another tutorial to show how to set up cookie upon user login. But in this tutorial, I have created a simple login since the focus of this tutorial is to give you knowledge on how to set up cookie. Cookies are small amount of data that has been stored in user's computer. This is used so that when the same

Simple Carousel using Bootstrap/Javascript

Submitted by nurhodelta_17 on
This tutorial will show you how to create a simple carousel using Bootstrap and Javascript. In this tutorial, I've prepared sample pictures that we are going to use in our carousel. To start with, let's create our slide page. This is the page that will show our images in a slider. Also included on the page, are the scripts used to make the slider. To create the page, open your HTML code editor and

Simple Running Time using PHP and Javascript

Submitted by nurhodelta_17 on
This tutorial will show you how to create a running time using PHP and Javascript. This tutorial does not include a good design but will give you knowledge on how to create a simple running time. Creating our Time Script This script creates our running time. In this script, we have also included a small PHP code to show our running time. So, for us to show the time in our desired page, we just

School Management System

Submitted by Sagar Maher on
School Management System Description :- This School Management System build using VB.Net in Visual Studio 2012. This system contains Student management, Staff management, Exam management, User management, Class management, Subject management, Fees management, Accounts and Payment. Prerequisites :- .NET Framework 4.5 SAP Crystal Report Runtime 2015. Microsoft Office 2013 AccessDatabaseEngine Key

Easy and Simple Edit/Update MySQL Table using PHP

Submitted by nurhodelta_17 on
This tutorial will show and give you knowledge on how to edit/update MySQL table using PHP. Is this tutorial, I'm gonna show you how to edit using 3 methods namely MySQLi Object-oriented, MySQLi Procedural and PDO. Creating our Database First, we're going to create a database that contains our data. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "edit". 3. After creating

Selecting MySQL Table Using Datatable in PHP

Submitted by nurhodelta_17 on
This tutorial will show you how to select mysql table with the use of data table. Datatable is an organize presentation on database table. It is often used in websites and php program because it has an in-built function like the search and pagination. Creating our Database First, we're going to create a database that contains the user data. 1. Open phpMyAdmin. 2. Click databases, create a database

Easy and Simple Adding/Inserting Data into MySQL Database using PHP

Submitted by nurhodelta_17 on
This tutorial will show you an easy and simple way in adding/inserting data into mysql database using 3 methods which are MySQLi Object-oriented, MySQLi Procedural and PDO. This tutorial does not include a good design but will give you knowledge in adding/inserting data into mysql database using the 3 methods. Creating our Database First, we're going to create a database that contains our data. 1

How to Dynamically Get the Value of a Select Tag from MySQL Table Using PHP

Submitted by nurhodelta_17 on
This tutorial will help you on how to dynamically get the value of a select tag from MySQL Table using PHP. This tutorial will not teach you on how to create a good design but rather to give you knowledge on how to create a fully functional select tag. Creating our Database First, we're going to create a database that contains the data that we want to show as options in our select tag. 1. Open

How $_GET Variable Works and How to Use It in PHP/MySQL

Submitted by nurhodelta_17 on
This tutorial will show you how does $_GET method works and how to use it. $_GET is a kind of method in getting a particular value in the webpage's url. This will be possible by sending this particular variable in the url of the "go to" page. In this tutorial, I will show you how to send a value in your url and getting that particular value via $_GET method. Creating our Database First, we're

Joining Table using Left Join PHP/MySQL

Submitted by nurhodelta_17 on
This tutorial will show you how to join 2 tables using left join in PHP/MySQLi. Joining tables is used to make 2 or more tables work as 1. In this tutorial, I will give you an idea how left join works and how to join to tables. Creating our Database First, we're going to create a database that contains the user data. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "join