How do I execute a PHP script by URL, which returns an XML file, for example:
link
The code:
<?php
function GerarXml($nome, $re, $html)
{header ('Content-Type:application/xml');
preg_match_all($re, $html, $data);
//Inicia o...
asked by
05.11.2018 / 00:57