I want to get html from a URL having some Arabic like
http://www.example.com/2013/07/31/الاختبار.html
using php. I tried with
file_get_html("http://www.example.com/2013/07/31/الاختبار.html")
but it is giving the following error
Warning: file_get_contents(http://www.example.com/2013/07/31/الاختبار.html) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in filename.php
Please help.
http://www.example.com/2013/07/31/الاختبار.html
is for reference only, doesn't exist.