I have the following code
$xml = simplexml_load_string($xml_raw);
foreach ($xml->$user-agent as $ua):
print $ua->String;
endforeach;
And it does not do anything, but print this: Notice: Undefined variable: user in /var/www/html/u.php on line 4
Notice: Use of undefined constant agent - assumed 'agent' in /var/www/html/u.php on line 4
Warning: Invalid argument supplied for foreach () in /var/www/html/u.php on line 4