Ver Mensaje Individual
  #8 (permalink)  
Antiguo 24/03/2010, 14:45
Hidek1
Colaborador
 
Fecha de Ingreso: octubre-2009
Ubicación: Tokyo - Japan !
Mensajes: 3.867
Antigüedad: 15 años, 1 mes
Puntos: 334
Respuesta: [Ayuda] Explode

no seria mas facil asi ?=

Código PHP:
Ver original
  1. $texts = file_get_contents("http://localhost/entradas.php");
  2. $numero = $_POST["numero"];
  3. preg_match('/^'.$numero.'=(\w+)/m', $textFile, $matches);
  4. echo $matches[1];

saludos!
__________________
More about me...
~ @rhyudek1
~ Github