Ver Mensaje Individual
  #12 (permalink)  
Antiguo 11/08/2010, 12:39
KrowMx
 
Fecha de Ingreso: junio-2009
Mensajes: 128
Antigüedad: 15 años, 9 meses
Puntos: 5
Respuesta: Crear PHP para ejecutar varias urls

Agrega:

if(isset($_POST["envio"])){
include('http://172.16.10.123/blacklist.php?PhoneNumber=1000&blacklist=0');
include('http://172.16.10.123/blacklist.php?PhoneNumber=1001&blacklist=0');
include('http://172.16.10.123/blacklist.php?PhoneNumber=1002&blacklist=0');

echo 'SE HAN ENVIADO LAS URL';
}

Para saber si esta ejecutandose el onclick,

te aparece el mensaje?

Saludos
__________________
krowmx
Hostings y Dominios
Tú defines la idea, nosotros la desarrollamos