Results 1 to 10 of 15
Threaded View
-
25th Feb 2012, 03:55 PM #1OPMemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comPHP Curl post with non-english characters
I have a small problem with php curl post.
I am trying to post some turkish characters to a forum but aren't posted how it should be.
This is how i save the text:
PHP Code:fwrite($fpp,"\xEF\xBB\xBF");
fwrite($fpp, $row['template']);
fclose($fpp);
PHP Code:$this->curl = curl_init();
curl_setopt ( $this->curl, CURLOPT_URL, $this->vb_url . 'newthread.php?' . $url_vars );
curl_setopt ( $this->curl, CURLOPT_POST, true );
curl_setopt ( $this->curl, CURLOPT_POSTFIELDS, $post_fields );
curl_setopt ( $this->curl, CURLOPT_RETURNTRANSFER, true );
curl_setopt ( $this->curl, CURLOPT_CONNECTTIMEOUT,20);
curl_setopt ( $this->curl, CURLOPT_TIMEOUT,10);
curl_setopt ( $this->curl, CURLOPT_HEADER, true );
curl_setopt ( $this->curl, CURLOPT_FOLLOWLOCATION, 0);
curl_setopt ( $this->curl, CURLOPT_COOKIE, $this->cookie_name );
curl_setopt ( $this->curl, CURLOPT_COOKIEJAR, $this->cookie_name );
curl_setopt ( $this->curl, CURLOPT_COOKIEFILE, $this->cookie_name );
curl_setopt ( $this->curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1');
$result = curl_exec ( $this->curl );
Code:B?l?m resimleri, dizi indirme ve altyazı linkine aşağıdan ulaşabilirsiniz.
Code:Bölüm resimleri, dizi indirme ve altyaz? linkine a?a??dan ula?abilirsiniz.
t3od0r Reviewed by t3od0r on . PHP Curl post with non-english characters I have a small problem with php curl post. I am trying to post some turkish characters to a forum but aren't posted how it should be. This is how i save the text: fwrite($fpp,"\xEF\xBB\xBF"); fwrite($fpp, $row); fclose($fpp); and posting: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] High quality articles and English-German-English translation
By Lendar in forum ServicesReplies: 5Last Post: 5th Jul 2012, 02:01 PM -
Where to post videobb links [need english sites]
By Rapid S in forum File Host DiscussionReplies: 0Last Post: 6th Jan 2012, 06:14 AM -
[Selling] Any Type Plugin Contect me (rapidleech, curl, php upload, Personal Site Post Plugin )
By jpavsex in forum Completed TransactionsReplies: 15Last Post: 20th Dec 2011, 03:30 AM -
Php replacing characters !
By softleaks in forum Web Development AreaReplies: 8Last Post: 30th May 2011, 02:42 PM -
Japanese Characters for Wi-Fi
By bxflow in forum General DiscussionReplies: 5Last Post: 12th Jan 2011, 01:23 AM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...