Hi guys, can you tell me how to store php variables in XML? for example <something><? $name = "User"; ?></something> I've tried pretty much everything, but when you pull data out of XML, it shows as <? $name = "User"; ?> in other words it's not storing User in $name ...