All Tutorials

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

๐Ÿ˜PHP
July 9th, 2022

PHP try-catch

PHP try-catch is implemented with try and catch blocks, as usual. And, try block contains code with the feature of PHP exception handling by

๐Ÿ˜PHP
July 2nd, 2022

PHP Type Hinting

As PHP is a loosely typed language, there is no need to specify a data type for variable declaration, function declaration or anywhere. But,

๐Ÿ˜PHP
August 25th, 2022

PHP Type Juggling

In many programming languages, declaring variables requires a variable's data type and the name of that variable. And then, variables will b

๐Ÿ˜PHP
July 3rd, 2022

PHP unlink() Vs unset()

These two PHP functions are identical in performing some undo operations but differ in the type of data on which they are applied to perform

๐Ÿ˜PHP
August 25th, 2022

PHP Variable Functions

This article is focusing on PHP functions specifically for handling PHP variables. These functions are used for performing variable related

๐Ÿ˜PHP
July 3rd, 2022

PHP Variable Varibles

Variable variables are the special features of PHP in PHP. It supports storing the name of a variable into a variable. It is used to change

๐Ÿ˜PHP
July 2nd, 2022

PHP Variables

A Variable is an identifier used to store value. It can be changed or removed at any time. The variable name should start with a $ sign. The

๐Ÿ’ซJQUERY
July 6th, 2023

PHP Voting System with jQuery AJAX

This tutorial will create a simple voting system using PHP and jQuery AJAX. In this system, a visitor can vote (either up or downvote) only

๐Ÿ˜PHP
July 15th, 2022

PHP Watermark

Adding watermark in PHP is very simple. It can be done using PHP image libraries like GD. Using GD functions, we can use text or image as wa

Page 44 of 57 ยท Tutorials 517โ€“528 of 682