Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/03/2003, 06:23
joddor
 
Fecha de Ingreso: marzo-2003
Mensajes: 5
Antigüedad: 21 años, 2 meses
Puntos: 0
Error con include_path

Estoy trabajando en PHP con BD MySQL y al probar arroja el siguiente error:

Fatal error : Failed opening required '' (include_path='') in /home/sites/site28/web/p/fortuna.php on line 1

La línea 1 contiene lo siguiente:
Código PHP:
<?php require_once(''); ?>
Al ejecutar phpinfo(), este reporta include_path=.:/usr/lib/php

Realmente estoy ensayando con PHP/MySQL y agradecería muchisimo su ayuda.

Gracias....