Posted by Tim Van Wassenhove on 09/16/05 14:50
On 2005-09-16, elia <joseph@pcl.ch> wrote:
> Bonjour,
>
> Comment introduire une page au format xml dans une page en php?
> Est-ce possible? Faire en quelque sorte un include...
> ..un peu du genre .. <?php require_once('pagex.xml'); ?>
$file = file_get_contents('pagex.xml');
$html = htmlentities($file);
echo $html;
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
Navigation:
[Reply to this message]
|