PHP Tutorial for Beginners

Creating Simple Barcode Generator Web App in PHP Tutorial

Submitted by razormist on
Learn on how to create a Simple Barcode Generator 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.

Creating a Simple Sign Up Form with Validation in PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
This tutorial will show you how to create a simple sign-up form with validation using PHP/MySQLi. This tutorial does not include a good design but will give you an idea of how to create a simple Sign Up form using PHP/MySQLi. The sign-up form that we will create has a validation that returns messages in each field that has a value that hasn't reach the input field requirement such as null values

Simple Autocomplete in PHP/MySQLi & jQuery UI Tutorial

Submitted by razormist on
Learn on how to create a Simple Autocomplete With MySQLi & jQuery using PHP. This code can be used for searching some data from database and some system that uses a large data. By 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. jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.