1

I am using the following code on WAMP server Windows 7 to create a folder with Russian name but the actual folder has name like ÐаименованиÑ

<?php
  $name="Наименования";
     if (!mkdir($name, 0, true)) 
          echo "no";
     else 
          echo "yes";
?>

How can I do that properly? My images in that folder can not be seen by the browser.

Jamol
  • 3,768
  • 8
  • 45
  • 68
  • There are tens, if not hundreds, of questions like this on SO. Use the search function before asking questions. If you find a question/answer(s) that helps you then vote them up. – Sverri M. Olsen Mar 04 '13 at 18:52

0 Answers0