Possible Duplicate:
Difference between single quote and double quote string in php
I have some strings which which are made up of random characters including $ sign, this becomes a problem if the string happens to begin with $ as it is treated as a variable, is there some way around this problem?
<?php
$variable="$&%51a-notaVariable";
?>