Jump to content

Why does \$ not work with print


JasonGreen

Recommended Posts

It may seems like a simple question. I've only used \$ two times. From what I've read \$ will give you a dollar sign every time, this is clearly not true. Using a Here Doc, \$ worked just fine following some simple text, but after print (not printf) it is not work and I had to- "\$" . $value,  to get the same result. I think \$ would have worked by itself with printf, but that would have been a total rewrite.

 

Why doesn't \$ work every time? Is there a reason it would not work with print?

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/175221-why-does-not-work-with-print/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.