php

3 Ways to Execute PHP Function in JavaScript Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you the 3 Different Effective Ways to execute PHP functions in JavaScript. The tutorial aims to provide the students and new programmers a reference to learn to enhance their programming skills using PHP Language and JavaScript. Here, snippets and sample source code will be provided for a better understanding of using the scripts.

Block Inserter for Dynamic Content using PHP Demo Source Code

Submitted by oretnom23 on
Introduction This is a simple web application called Block Inserter. The application was developed using PHP and MySQL Database. The application inserts block/blocks to the site page with dynamic contents. It was inspired by the famous WordPress Plugin called Ad Inserter. The source code provided is only built for educational and demonstration purposes only. Technologies Here is the list of

Creating a Login Remember Me Feature in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to Create a Login Form Remember Me Feature using PHP Language. The tutorial aims to provide the students and new programmers a reference to learn with and enhance their programming capabilities using the PHP Language. To achieve this kind of feature we will be using the HTTP Cookies. Here, snippets and sample source code are provided for a better understanding about the process.

Live Form Validation using PHP and Ajax Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you how to Create Live Form Validation using PHP and Ajax. You will learn the effective way of validating the input field value of a certain form in your web application. The tutorial aims to provide the students and new programmers a reference for learning and enhancing their programming capabilities using PHP Language and jQuery Library. Here, snippets and sample source code will be provided to have a better understanding of the scripts.

Google Login Integration in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, we will tackle about How to Integrate Google Login in PHP for your web application. The tutorial aims to provide students and new programmers a reference to learn to enhance their project security by integrating the application with one of the trusted platforms of the users such as Google. Here you will learn the step-by-step process of integrating your application with Google OAuth. Snippets and a sample working source code are also provided in this tutorial.

Submitting Form Data using Angular JS and PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, we will tackle about how to submit form data with validation using AngularJS and PHP. The tutorial aims to provide students and new programmers a reference to learn with for enhancing their programming capabilities using AngularJS and PHP Language. Here, snippets and source codes will be provided to give you a better understanding of the topic.

PHP and Google reCAPTCHA Integration on Submitting a Form Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you a way to Integrate PHP and Google reCAPTCHA for submitting a form. Here I will also teach you how to add reCAPTCHA to your site. The tutorial aims to provide students and new PHP Programmers to have a reference to learn with for securing their web applications. Here, images, snippets, and sample source codes are provided.

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

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.