Hello all, and thanks for your time,
I am trying to insert in custom php code, this lines
but it doesn't works
looks like the code dies....
can anyone help me?
thanks.
I am trying to insert in custom php code, this lines
ob_start();
include_once("http://www.feec.cat/Activitats/compet/comprova_federat_entitat.php?dni=$dni&codibarres=$idenfederat&clau=gfn89s687fj56gsi7");
$fede=ob_get_contents();
ob_clean();
echo $fede;
but it doesn't works
looks like the code dies....
can anyone help me?
thanks.