include a file

Contributor
27Mar2009,22:39   #1
divinequran's Avatar
hi,

i have to include a file name with L'ornement. i do it with
Code:
include "L'ornement.php";
If i do it i get the following error..
Code:
Warning: include(L\'ornement.php) [function.include]: failed to open stream: No such file or directory in ...
but i have a file with L'ornement.php, help please.
Newbie Member
29Mar2009,03:16   #2
Mordax Praetorian's Avatar
its probably that apostrophe (') in the file name that's doing it, try renaming the file to something without
Contributor
31Mar2009,23:10   #3
divinequran's Avatar
Thanks, i renamed the file without quote