php tutorial

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.

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.

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.

Creating a DateTime Time Ago like Social Networking Sites in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you How to create a Time Ago Feature in PHP for your sites. This feature is like you've seen in some other famous social networking sites such as Facebook. This feature represents how old the post, blog, or article on your site is. The tutorial aims to provide IT/CS students or those who are new to PHP Language a reference or guide for learning some different methods or techniques using the said programming language.

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.

Advance Shopping Cart using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is an Advance Shopping Cart Application source code developed in PHP Language. The main purpose of this shopping cart application is to provide the students or those programmers who are new to PHP with a reference to understand and have an Idea of how to develop an advanced shopping cart for their eCommerce or Online Shops/Store projects. With this, you will learn one of the

Return PHP Array as JSON Data in jQuery Ajax Request Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Return PHP Array as JSON Data in Ajax Request. Here, I will show you a way on achieving this goal for your current or future project. I will also provide snippets for this tutorial and a sample source code that demonstrates the idea of this tutorial.

What is Array?

Array is a data structure that contains a collection of elements store at contiguous memory location. Each element of an Array is identified by at least one array index or key.

Passing PHP Variables into JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to Pass PHP Variables into JavaScript. This tutorial aims to provide solutions and references to beginners or new programmers to enhance their programming skills. Here, I will be providing multiple solutions with snippets and sample scripts for said topic or situation needed for coding.