tengo problemas con este codigo en xampp sobre ubuntu:4
Código PHP:
Ver original
<?php $string = <<<XML <?xml version='1.0'?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>XML Example</title> </head> <body background="bg.png"> <p> Moved to <a href="http://example.org/">example.org<a>. </p> <pre> foo </pre> <p> Moved to <a href="http://example.org/">example.org</a>. </p> </body> </html> XML; ?> <h1>pàrrafos:</h1> <?php foreach ($sx2->body->p as $p) ?>
este es el error que obtengo al ejecutarlo:
¿alguien me puede orientar sobre el problema?