test esame

This commit is contained in:
2015-01-17 03:44:06 +01:00
parent 7f21febb90
commit a5322258bf
9 changed files with 571 additions and 73 deletions

19
xml.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
header('Content-type: text/xml');
echo <<<DATA
<data>
<value id="nome">mario</value>
</data>
DATA;
?>