This is a simple question. How can I make a variable inside a string not be interrupted as a variable.
e.g.
$string = "$variable";
I want $string to be interrupted literally.
--thank you
Use single quotes
hth, njm