answersLogoWhite

0

> You can use PHP variable name inside the double quote ("")

Eg:-

$name = 'Udit';

echo "Hello $name";

It will print: Hello Udit

User Avatar

Wiki User

12y ago

What else can I help you with?