Online School Management System

School Management System, This system is an open-source project for people who wants to grab the core idea of the data process within the system. As well as you can practice this system for the assignments too. Though, if you want to use it on the online project then I highly recommend implementing PHP security. Since we just wanted to provide this system as a platform for beginners or intermediate programmers to study and learn how the data process from the frontend to the backend in the system.

Read More

How to upload image with ajax and php

AJAX (Asynchronous JavaScript and XML) is a popular technique to update part of a web page without reloading the whole page. The Ajax method will enhance the web application better, faster, and more interactive. To upload the image into the database, we will be working with procedural PHP, and using the Ajax functionality to send the request to the server.

Read More

CodeIgniter Tutorial - Register and Login with Ajax

Codeigniter is a PHP framework that contains libraries, helpers, plugin-in, and other resources. It will make the PHP codes simple, quick, and user-friendly. It is a lightweight MVC programming technique to keep the business logic separate from the layout of the application. MVC stands for Model View Controller which is a software development method splitting the data layer (Model), the business logic (Controller), and the layout of the application (View). With the help of this framework, we will be building the simple Register and Login application with Ajax.

Read More

Datepicker Tutorial

Date pickers allow users to add a specific date by visualizing an interactive calendar. The jQueryUI provides different user interface interactions, effects, widgets, and themes, and the perfect choice to build a highly interactive web application or add a date picker to a form control.

Read More

Login Tutorial - Procedural PHP

This tutorial will give you the core idea of login systems in procedural PHP. The main concept is to fetch and verify the users’ usernames stored in the database with provided information and create valid users’ information in session as well as redirect them to their respective dashboards

Read More