PHP | What is the variable in php

Published: 25 April 2023
on channel: RNG Developer
16
3

How to write the variable in PHP

A variable starts with the $ sign, followed by the name of the variable
A variable name must start with a letter or the underscore character
A variable name cannot start with a number
A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ )
Variable names are case-sensitive ($age and $AGE are two different variables)

$name = "Ram";
echo "I love $name!";


On this page of the site you can watch the video online PHP | What is the variable in php with a duration of hours minute second in good quality, which was uploaded by the user RNG Developer 25 April 2023, share the link with friends and acquaintances, this video has already been watched 16 times on youtube and it was liked by 3 viewers. Enjoy your viewing!