restituisce:Codice PHP:
$marca="opel";
$variabile="Corsa";
echo "nome auto: {$marca}{$variabile}";
nome auto: Opel Corsa
è questo che volevi?
restituisce:Codice PHP:
$marca="opel";
$variabile="Corsa";
echo "nome auto: {$marca}{$variabile}";
nome auto: Opel Corsa
è questo che volevi?
There are 10 types of people in the world: Those who understand binary, and those who don't.