Consider:
$xml = "l";
$xml = "vv";
echo $xml;
This will echo vv. Why and how can I do multi-line strings for things like SimpleXML, etc.?
Consider:
$xml = "l";
$xml = "vv";
echo $xml;
This will echo vv. Why and how can I do multi-line strings for things like SimpleXML, etc.?