PHP Tutorial

Creating Simple Currency Converter (Php) using PHP

Submitted by razormist on
Lean on how to create a Simple Currency Converter using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user-friendly environment.

Simple Pagination using PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on

In this tutorial, I'm going to show you how to create simple pagination using PHP/MySQLi. Pagination is a set of numbers wherein each number is assigned a page or in some cases used to divide rows of MySQL table to improve visual presentation like in this tutorial.

So, let's get started.

CodeIgniter Login with Session

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple login page in CodeIgniter with session. CodeIgniter is a PHP framework that uses MVC(Model, View, Controller) architecture. Sessions are variables that can used throughout the app as long as not destroyed. This tutorial will teach you on how to set user session in CodeIgniter.

Auto Count Words Using PHP

Submitted by razormist on
In this article we will create a Auto Count Words using PHP. The code will count the entered string and display the total words. This is a user-friendly kind of program feel free to modify it. To learn more about this tutorial, just follow the step below.

Getting Started:

First you have to download & install XAMPP or any local server that run PHP scripts.