Page 1 of 1

Charset in PHP

PostPosted: 12. June 2005 20:07
by Mr.Guest
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

Warning: Unknown: Failed opening 'C:\Documents and Settings\Radim ek\Plocha\Pracovní složka\Radim ek\HTML\Rozdělané\soukrome_akce\NAPLNO\webík\index.php' for inclusion (include_path='.;c:\apachefriends\xampp\xampp\xampp\php\pear\') in Unknown on line 0

What this mean?

this is current directory where I have my PHP index file. If there is html file, all is OK.IS it in charset PHP? Or wher and why? "C:\Documents and Settings\Radim ek\Plocha\Pracovní složka\Radim ek\HTML\Rozdělané\soukrome_akce\NAPLNO\webík\"

PostPosted: 13. June 2005 13:37
by keepsedge
check to see that you have spelled the path name properly. Its telling you that it's looking somewhere and found nothing.. or that a folder doesn't exist. Genrally this is due to a spelling error.

You should also be using http://localhost/rest_of_path_here/

php is a server side language and you probobly shouldn't call files on "c:\"

PostPosted: 13. June 2005 14:15
by Mr.Guest
But if I read some:file on my server I must call in server format (C:\blablabla\file.dat) and not (http://localhost/file.dat). Understand me? I have Czech words in path. If I haved PHPTriad, all was good. but after Start XAMPP Apache is bad.

keepsedge wrote:check to see that you have spelled the path name properly. Its telling you that it's looking somewhere and found nothing.. or that a folder doesn't exist. Genrally this is due to a spelling error.

You should also be using http://localhost/rest_of_path_here/

php is a server side language and you probobly shouldn't call files on "c:"