Luego de buscar en diferentes repositorios y páginas de internet al concluir nos hemos encontrado la respuesta que te mostramos aquí.
Ejemplo 1: función de importación de php desde otro archivo
File1.php :
functionfirst($int,$string)//function parameters, two variables.return$string;//returns the second argument passed into the function?>
File2.php :
include'File1.php';echofirst(1,"omg lol");//returns omg lol;?>
Ejemplo 2: ejecute el script php desde otro php
include('log test.php');$output=shell_exec('php filename.php');echo"
$output
"
;$ch=curl_init();curl_setopt($ch,CURLOPT_URL,"http://localhost/Ia2/Watering/tests/log%20test.php");//URL of the filecurl_setopt($ch,CURLOPT_HEADER,0);curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);$output=curl_exec($ch);curl_close($ch);echo"$output
"
;?>Te invitamos a añadir valor a nuestra información colaborando tu experiencia en los informes.
¡Haz clic para puntuar esta entrada!(Votos: 0 Promedio: 0)Utiliza Nuestro Buscador