16/10/2013, 11:13
|
| | Fecha de Ingreso: octubre-2010
Mensajes: 45
Antigüedad: 14 años, 1 mes Puntos: 0 | |
Respuesta: Limitar consulta XML con XPATH Cita:
Iniciado por jonni09lo Esto en síntesis debería funcionar
Código PHP:
Ver original$xpath = $xml->xpath('//PELICULA[position() > 10 and position()<=50]');
Saludos Error mio funciona perfectamente |