Adding Watermark to an Image in PHP using GD Library Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to Add a Watermark to an Image in PHP. Here, you can learn how to manage or edit images using the PHP GD Library. The tutorial aims to provide students and those new to PHP Language a reference for using GD Library to learn. I will be providing some snippets on how to achieve our goal for this tutorial. Also, I will be giving a sample source code that adds watermarks to uploaded images.

Sanitization Management System Project in PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Sanitization Management System. It is a web application developed in PHP and MySQL Database that serves as the sanitization service company's website. The site contains dynamic content and forms for both management and the public/visitor side. It has a pleasant user interface with the help of the Bootstrap Framework and AdminLTE Template. It consists of user

How to Merge Two JSON into One Array Object in JavaScript

Submitted by razormist on
Learn on how to create How to Merge Two JSON into One Array Object in JavaScript - A simple program that will dynamically merge the two JSON array into one array object. This is a useful program when you are working with an arrays in your working project. JavaScript Free Tutorial.

Creating a Database Connection with SQLite3 using PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you how to Create a Database Connection with SQLite3 in PHP using the Object-Oriented Programming (OOP) Approach. I will also teach you the basic way of creating a database table in SQLite3 in PHP. The tutorial aims to provide students new to PHP Language a reference to learn about PHP and SQLite3 Integration. Here, snippets and sample scripts will be provided.

Creating a Page Pagination in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you how to Create a Page Pagination in PHP. Using the Page Pagination Feature developer can build an optimized and faster web application, especially for projects with bulk data. The tutorial aims to provide the students or those who are new to PHP Language a guide to learn to enhance their PHP Programming capabilities.

Simple Virtual Drum Kit App in JavaScript Free Source Code

Submitted by razormist on
Simple Virtual Drum Kit App in JavaScript Free Source Code - A simple application that can replicate the actual sound of a real drum virtually. You can play around the drum using the keyboard bindings. Try to play the drum and discover your talent as a drum beater. JavaScript Free Source Code.

Creating a Simple MVC Framework in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to Create a Simple MVC Framework in PHP. The tutorial aims to provide you guys with a reference or guide to widen your knowledge and enhance your PHP programming capabilities by understanding and creating a simple MVC Framework. This is useful for you especially if you are planning to create wide broad scope of web applications. This will help you to learn to create your own MVC Framework for your own development and projects.