PHP Tutorial Script

Securing Your PHP Application: A Comprehensive Tutorial on User Access Restriction

Submitted by oretnom23 on

Discover in this guide how to effectively control User Access Restrictions within a web application using the PHP programming language. This tutorial serves as a valuable resource for students and beginners in PHP, offering insights and techniques for developing web applications. Follow the outlined steps to implement user access restrictions, ensuring that certain pages or features of your PHP project are accessible only to authorized users.

What is the importance of implementing User Access Restrictions in a web application?

Dynamic Table of Contents in PHP Free Source Code

Submitted by oretnom23 on
This simple project is called Dynamic Table of Contents. The application is a simple web application developed in PHP and MySQL databases. The main purpose of this simple source code is to provide the IT/CS students and new programmers an idea on how to generate a Table of Contents in CMS using PHP language. The application has a simple and pleasant user interface using Bootstrap v5 Framework. It

Checking String if contains specific String in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Check if the String contains the specific String using PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference to learn the usage of the PHP built-in methods for searching in a string. Here, I will be providing some sample snippets that demonstrate the different effective ways of checking string if contains a string. A sample program source code zip file is also provided and is free to download.

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.

Export MySQL Data to CSV and Download It as a ZIP File in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn How to Export MySQL Data into CSV and Download it as a Zip File using PHP Language. Here, I will show to the steps on how to achieve the said feature for your current or future PHP Projects. The main goal of this tutorial is to give the IT Students or new programmers that are new in PHP Language an idea for exporting data to CSV and zipping files in PHP.

Sorting Array by Key and Value in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to sort a PHP Array by its Key and Value. PHP have different built-in function on sorting an Array. There is sort(), rsort(), asort(), arsort(), ksort(), and krsort(). Each of the listed functions has same goal of returning the array which sorting them but the difference are how they are being sorted.

How To Create Live Data Monitoring Page in PHP using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Create a Live Monitoring Page in PHP and JavaScript (jQuery and Ajax). A page which automaticaly updates the data without reloading or refreshing the page. This web application feature can be meet by several methods or techniques but in this tutorial I will be using JavaScript's setInterval() function to execute a certain function for a certain time interval.

Creating a Simple Activity Log Feature in Web App using PHP/PDO

Submitted by justinwilliam on
This is a simple PHP/PDO tutorial script source code that tracks the system users' time log. The program was developed using PHP/PDO, MySQL Database, HTML, Javascript, jQuery, and Bootstrap. This will help you to learn how to create a simple activity log in your PHP web application. In this tutorial app, the system also updates automatically the login status of the user either online or offline