Guest User

Untitled

a guest
Sep 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $fields = array(
  2. 'name'=>$this->name,
  3. 'title'=>$this->title,
  4. 'code'=>$this->text,
  5. 'lang'=>$this->lang,
  6. 'submit'=>'submit'
  7. );
  8.  
  9.  
  10. curl_setopt($ch, CURLOPT_POST, true);
  11. curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
Add Comment
Please, Sign In to add comment