Preventing SQL Injection in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to Prevent SQL Injection in writing your PHP Queries for your current and future PHP Projects. This tutorial aims to give the IT/CS Students or those new to PHP Language a reference to learn for securing their database data in PHP. Here, I will be providing some snippets with a sample source code that demonstrates our topic for this tutorial.

Human Resource Management System Project in PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This is a simple Human Resource Management System. It is a web application that was developed in PHP and MySQL Database. It aims to provide an online automated platform for certain company employees' to manage or submit their leave applications. It has a pleasant user interface with some gradient color and uses Bootstrap and Responsee Framework for the page designs. It consists of

Creating CRUD Operation using PHP OOP Approach and SQLite3 Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create a CRUD (Create, Read, Update, and Delete) Operation using PHP OOP Approach and SQLite3 Database. This tutorial aims to provide the IT/CS students or those who are new to PHP Language a reference to learn with for learning and enhancing their programming capabilities.

Creating a Desktop Notification using JavaScript Notification API Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to create a Desktop Notification using JavaScript Notification API. This tutorial aims to help IT/CS students or beginners learn some ways and techniques for developing web applications. Here, sample source code and snippets will be provided that demonstrates how to use JS Notification API and how to apply it to your own site or web application.

Simple Word Counter App in JavaScript Free Source Code

Submitted by razormist on
Simple Word Counter App in JavaScript Free Source Code - A simple program application that can count the characters you entered in the textbox. It can count the words, sentence, and even the paragraph. This is a useful tool if you want to know how well have been written. JavaScript Free Source Code.

Basketball Scoreboard Application using JavaScript and jQuery Free Source Code

Submitted by oretnom23 on
Introduction This is a simple project developed in JavaScript. This mini-project is entitled Basketball Scoreboard Application. It is a web application that simulates the scoreboard of a basketball game. It has a simple and dark user interface, easy-to-read fonts, and uses Bootstrap Framework. It consists of simple and user-friendly features and functionalities. Technologies Here is the list of

Secure Login and Registration in PHP using Prepared Statements Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn the basics and best practices to create a Secure Login and Registration in PHP. This tutorial provides sample snippets that demonstrate a secure login and registration feature in PHP using Prepared Statements. The main goal of this article is to provide the students or those programmers who are new to PHP Language a reference to learn with.