hi all,
i start learning php and i encountered this error.
Warning: require_once(C:\Moodle\Moodle19\server\moodle\tshirtshop/presentationapplication.php) [function.require-once]: failed to open stream: No such file or directory in C:\Moodle\Moodle19\server\moodle\tshirtshop\index.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'C:\Moodle\Moodle19\server\moodle\tshirtshop/presentationapplication.php' (include_path='.;C:\Moodle\Moodle19\server\php\pear\') in C:\Moodle\Moodle19\server\moodle\tshirtshop\index.php on line 5
Pls help. tks.
php index error
Moderator: General Moderators
Re: php index error
Use a backslash instead of a forward slash.
This:
Should be this:
This:
Code: Select all
moodle\tshirtshop/presentationapplication.phpCode: Select all
moodle\tshirtshop\presentationapplication.php-
ubsacc2004
- Forum Newbie
- Posts: 6
- Joined: Thu May 14, 2009 1:16 am
Re: php index error
thanks bro. Its solved.