How is it I can properly get PHP to represent dollar signs when putting it into HTML?

I know that dollar signs denote the beginning of a variable, like $reference or 
$ftpstream or whatever. However, I have a text file that contains (or can contain) 
values with $ in them. When I open the file and grab those values, then stick them 
onto my HTML page, they get unpredictable results. Is there a way I can escape them or 
such?

Reply via email to