PHP

OOP PHP CRUD Operation Using MySQLi - Part 2

Submitted by razormist on
In this tutorial, we will deal with OOP PHP CRUD functions, in my previous tutorial we created a simple application that can create and read data from the database and display it on the HTML form at the same time. Now this time we will continue on our previous project, and we will be adding a Delete and Update function. Before we continue I hope that you read OOP PHP CRUD Operation Using MySQLi - Part 1 so that you have an idea how this tutorial will be going.

OOP PHP CRUD Operation Using MySQLi - Part 1

Submitted by razormist on
In this tutorial, we will tackle about Object Oriented Programming PHP CRUD using MySQLi as a database server. Object Oriented Programming is an organize structured that consist of different functions inside a class. It is mostly used by an advanced programmer because for them this is some what a new challenge for their programming carreer.

OOP PHP Registration and Login - Part 2

Submitted by razormist on
In this tutorial we will create a simple login form in an Object Oriented Programming(OOP). In my last tutorial I created a registration form operated by using PHP functions, but this time we will continue on for what we left behind. Before we proceed make sure you have read my previous tutorial OOP PHP Registration and Login - Part 1, because I will still using that, and I will add some new stuff to make this simple program complete.

Simple Drag and Drop Image Upload with MySQLi

Submitted by razormist on
The Simple Drag and Drop Image Upload with MySQLi was develop by using MySQLi/jQuery. This simple source code uses jQuery function to process the image when being dragged and dropped into the drop zone. The given source code can teach you on how to drag and drop a simple image to an advanced approach. It is an user friendly kind of source code, feel free to modify it and use it to your project

Dependent Select Option With MySQLi Using jQuery/PHP

Submitted by razormist on
The Dependent select option was build using jQuery / PHP. This simple source code will show you how to create a dependent select option driven by MySQLi database server. The select option is automatically generate whenever the user choose from the first selection. It retrieve the data within the database to display the result based on the selected value. This is the sample code Sourcecodester

Creating a Simple Registration Using MySQLi Prepared Statement

Submitted by razormist on
In this tutorial, we will create a simple registration form using MySQLi prepared statement. it is an advanced and secured kind of script to prevent MySQL injection threat. Due to depreciated of MySQL most of the website are required to use MySQL / PDO statement. Now be prepared, let's start coding 1. We open the database server, then type localhost/phpmyadmin 2. Then name the database "sample" 3.

Simple Select Option Search Box with MySQLi Using Chosen.js

Submitted by razormist on
This is a Simple Select Option Search Box created using chosen.js and MySqli. A simple select option element become more cool using this plugin.Just try it yourself, and use it to your project. Just download the source code below, Enjoy Coding! For more information about chosen.js, click here