JasonGreen Posted September 23, 2009 Share Posted September 23, 2009 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 More sharing options...
PFMaBiSmAd Posted September 23, 2009 Share Posted September 23, 2009 Cannot actually help you with your problem without seeing the actual code responsible for the symptoms. Link to comment https://forums.phpfreaks.com/topic/175221-why-does-not-work-with-print/#findComment-923513 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.