php
Online Computer and Laptop Store using PHP and MySQL Source Code Free Download
Preventing CSRF (Cross-Site Request Forgery) Attack in PHP Tutorial
In this tutorial, you can learn to prevent your site from CSRF or Cross-site Request Forgery Attacks using PHP Language. The tutorial aims to provide students and beginners with a reference for learning to build a secure web application using PHP Language for the server-side script. Here, I will be providing a simple web page script that demonstrates the main Idea for preventing the site from CSRF Attacks.
Simple Task Allocation System using PHP and SQLite Source Code Free Download
Converting Date and Time from a specific Time Zone to another using PHP Tutorial
In this tutorial, you can learn how to Convert Date and Time from a specific Time Zone to another using PHP Language. The tutorial aims to provide students and beginners with a reference for learning to set and manage date time zones using PHP Language built-in class or object. Here, I will be providing a simple web page script that demonstrates the conversion of a date and time from a specific time zone into a different time zone.
Earnings and Expense Tracker App using PHP and SQLite3 Source Code Free Download
User Management System using PHP and SQLite3 Source Code Free Download
Login and Registration using PHP and SQLite3 Tutorial Source Code
Creating a Load More Data Feature using PHP and Pure JavaScript Tutorial
In this tutorial, you can learn how to create a Load More Feature without leaving the current page or refreshing the page using PHP, MySQL Database, and Pure JavaScript. The tutorial aims to provide students and beginners with a reference for learning to create a website feature that updates the HTML elements or manipulates DOM (Document Object Model) without redirecting to another page or reloading the current page.