简体   繁体   中英

Where is DB.php is located?

I have executed my php program which requires DB.php file. While executing the php program it showed the following error.

    Warning: require(DB.php) [function.require]: failed to open stream: 
No such file or 
directory in /home/roja/public_html/form/BOOK/design.php on line 2

    Fatal error: require() [function.require]: 
Failed opening required 'DB.php' (include_path='.:/usr/share/php:/usr/share/pear') 
in /home/roja/public_html/form/BOOK/design.php on line 2

I don't know how to solve this issue. If anyone know about this issue please tell me the way to solve it.

Thanks in advance.

I'm guessing you're missing this? http://pear.php.net/package/DB

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM