Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/09/2008, 15:39
Malaria
 
Fecha de Ingreso: julio-2005
Ubicación: En el país del a ignorancia
Mensajes: 72
Antigüedad: 18 años, 9 meses
Puntos: 0
Respuesta: Error preg_match

Poniendo esto :

$links_regex = '#/<a[^/>]*'.'href=[\"|\']([^javascript:].*)[\"|\']/Ui#';

preg_match_all($links_regex, $string, $out, PREG_PATTERN_ORDER);

echo "<pre>"; print_r($out); echo "</pre>";

function FetchPage($path)
{
$file = fopen($path, "r");



me tira lo siguiente por pantalla.


Array
(
[0] => Array
(
)

[1] => Array
(
)

)



CURIOSO xD