[Solved] $ sign in PHP – is there a way around?
Erm, no. That’s part of the PHP syntax. Not really any way around it. In response to the edit: There would be no way for the IDE to know what is a variable and what isn’t. I suppose you could use your own symbol in replace of a $ and then replace all instances of … Read more