hello, i have aproblem:
i whant to create a xml file with data from my db, but it seems that i don't know the right way or may be i need to make some changes in my php.ini file, help me please.
for example i've tried to make simple xml file with php:
<?
echo "<xml version='1.0'?>;
echo "<x>";
echo "<element>";
echo "bla bla";
echo "</element>";
echo "</x>";
?>
but it's not working...