All Tutorials

682 coding tutorials โ€” PHP, MySQL, React, JavaScript, Laravel & more ยท Page 42 of 57

๐Ÿ˜PHP
July 3rd, 2022

PHP Scope Resolution Operator

Why is this called as scope resolution operator? This operator is used to refer the scope of some block or program context like classes, obj

๐Ÿ˜PHP
July 9th, 2022

PHP self Vs this

In PHP, the self and this keyword are used to refer to class members within the scope of a class. The class members can be either variables

๐Ÿ˜PHP
February 11th, 2024

PHP Send HTML Email

A different way of sending HTML-formatted content via emails with or without using libraries in PHP.

๐Ÿ˜PHP
July 9th, 2022

PHP Session Configuration

PHP has several configuration directives to control session handling processes like session upload and URL rewriting. These are set with PHP

๐Ÿ˜PHP
July 9th, 2022

PHP Session Encode Decode

In PHP, session encodes and decode operations are automatically performed while storing session data in memory and reading stored sessions,

๐Ÿ˜PHP
January 2nd, 2026

PHP Shopping Cart with jQuery AJAX

In this tutorial, we will create a shopping cart using jQuery AJAX. In a previous tutorial, we have seen simple shopping cart code using PHP

Page 42 of 57 ยท Tutorials 493โ€“504 of 682