J jessehare New Member Jun 10, 2012 #1 I have a PHP Object with an attribute having a dollar ($) sign in it.How do I access the content of this attribute ?Example :\[code\]echo $object->variable; // Okecho $object->variable$WithDollar; // Syntax error :-(\[/code\]
I have a PHP Object with an attribute having a dollar ($) sign in it.How do I access the content of this attribute ?Example :\[code\]echo $object->variable; // Okecho $object->variable$WithDollar; // Syntax error :-(\[/code\]