Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/01/2008, 20:05
Tarantella
 
Fecha de Ingreso: enero-2008
Mensajes: 3
Antigüedad: 16 años, 4 meses
Puntos: 0
Re: Ayuda con este código por favor

Cita:
Iniciado por usermax Ver Mensaje
La linea 4:
Código PHP:
$myposts get_posts(’numberposts=5&offset=0?); 
debería ser:
Código PHP:
$myposts get_posts('numberposts=5&offset=0?'); 
Le falta una comilla simple.
Prueba y me dices.

Saludos

Pues le puse la comilla simple pero de todos modos me manda esto:


Warning: main(0php’) [function.main]: failed to open stream: No such file or directory in /home/wenowhta/public_html/prueba.php on line 3

Fatal error: main() [function.require]: Failed opening required '0php’' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wenowhta/public_html/prueba.php on line 3


Alguna idea? :(