![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/01/2006, 16:38
|
| | Fecha de Ingreso: enero-2005
Mensajes: 39
Antigüedad: 20 años Puntos: 0 | |
Respeto tu opinion dariodario, pero vengo aca a pedir ayuda porque es un reto para mi conseguir ese codigo, y no ando haciendo tele novelas, yo agradesco a avlin por tomarse la molestia de ayudarme, amigo avlin solo me dio ese pequeño codigo osea esta incompleto ....
$url = 'http://www4.igl.net/cgi-bin/tourney/gencalendar.cgi?path='.$liga;
$archivo_http = file_get_contents($url);
while (!($posin === false)){
$posfin = strpos ($resto,"<table width=100%",$posin+200);
if(($posfin === false))
{
$posfin=strlen($resto);
}
$dif=$posfin-$posin;
$inicio=substr($resto,$posin,$dif);
$pos = strpos ($inicio, "Finished");
if(($pos === false))
{
$final=$final.$inicio;
}
$posin = strpos ($resto,"<table width=100%",$posin+200); } |