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.
Hi jaume_teixido,
I'm pretty certain that PHP doesn't support including remote files. You may be able to add code and read the remote file to get a value and then work with that. Please check the PHP documents for more info.
Bob
PS This StackOverFlow answer may help.
I'm pretty certain that PHP doesn't support including remote files. You may be able to add code and read the remote file to get a value and then work with that. Please check the PHP documents for more info.
Bob
PS This StackOverFlow answer may help.
My intention is just obtain the answer values for this url and add it to my form
http://www.feec.cat/Activitats/compet/comprova_federat_entitat.php?dni=$dni&codibarres=$idenfederat&clau=gfn89s687fj56gsi7
any suggestion?
really thanks
http://www.feec.cat/Activitats/compet/comprova_federat_entitat.php?dni=$dni&codibarres=$idenfederat&clau=gfn89s687fj56gsi7
any suggestion?
really thanks
uuuupppps!!!!
sorry!
I didn't saw it
clear and resolved!
thanks.
sorry!
I didn't saw it
clear and resolved!
thanks.
This topic is locked and no more replies can be posted.