i have an error during run this simple code.
$hc = new Zend_Http_Client();
$hc->setUri('http://fa.wikipedia.org/wiki/ایران');
// Invalid URI supplied
how can i handle the valid uri for zend http client?
i have an error during run this simple code.
$hc = new Zend_Http_Client();
$hc->setUri('http://fa.wikipedia.org/wiki/ایران');
// Invalid URI supplied
how can i handle the valid uri for zend http client?