Ver Mensaje Individual
  #10 (permalink)  
Antiguo 24/06/2010, 08:45
Avatar de Most
Most
 
Fecha de Ingreso: marzo-2009
Mensajes: 642
Antigüedad: 15 años, 1 mes
Puntos: 6
Respuesta: preg_match + $matches, mas de 1

bueno, ya lo he probado y sigue saliendo así: http://todoenlaces.org/prueba.php

Titulo: Titulo:

y lo he puesto asi:
Código PHP:
Ver original
  1. foreach ($titulo as $mostrar) {
  2. if($mostrar != ""){
  3. echo " Titulo:";
  4. echo "  ". $mostrar[0] ."\n ";
  5. }
  6. }