i have to include a file name with L'ornement. i do it with
Code:
include "L'ornement.php";
Code:
Warning: include(L\'ornement.php) [function.include]: failed to open stream: No such file or directory in ...
|
Contributor
|
|
| 27Mar2009,22:39 | #1 |
|
hi,
i have to include a file name with L'ornement. i do it with Code:
include "L'ornement.php"; Code:
Warning: include(L\'ornement.php) [function.include]: failed to open stream: No such file or directory in ... |
|
Newbie Member
|
|
| 29Mar2009,03:16 | #2 |
|
its probably that apostrophe (') in the file name that's doing it, try renaming the file to something without
|
|
Contributor
|
|
| 31Mar2009,23:10 | #3 |
|
Thanks, i renamed the file without quote
|