PHP | What is the variable in php

Pubblicato il: 25 aprile 2023
sul canale di: 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!";


In questa pagina del sito puoi guardare il video online PHP | What is the variable in php della durata di ore minuti seconda in buona qualità , che l'utente ha caricato RNG Developer 25 aprile 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 16 volte e gli è piaciuto 3 spettatori. Buona visione!