Jump to content

theimmortalbg

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

theimmortalbg's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. doesn't work 001_�����_��������.jpg this is the result .... must have a way to do that
  2. hello can i open file with name in another language rather than english. For example торта.jpg. How can i open that kind of file. I've tryed that <meta content="text/html" charset="utf-8" /> <?php $fh = fopen("торта.jpg", 'r'); fclose($fh); ?> but it's don't work. Help me pls!
  3. it works when echo something in bulgarian but dont work from file ... what i shoud do it must have any way
  4. i check charset is utf-8 with mb_detect_encoding() function and i know it because i use notepad++ for opening the txt file and I set it from there in utf-8 without BOM
  5. i hava that tag <meta content="text/html" charset="utf-8" /> in the php file and i dont want to have tags in clear text txt file from which i read
  6. hello i have problem with reading utf-8 text from normal text file with utf8 encoding. I am bulgarian i want to read and write bulgarian text but i cant. $fh = fopen("pics/names.txt", 'r'); $theData = fread($fh, 5); fclose($fh); echo $theData; This is what i use. Iam with windows 7. Pls help me...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.