码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp openfire 添加用户 骨架

时间:2014-12-10 19:27:19      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   os   sp   on   

public function addadd(){
header("Content-Type:text/html; charset=utf-8");
$user=$_POST[‘name‘];//接收用户名
$pwd=$_POST[‘password‘];//接收用户名
$name="admin";
$email="15139177976";
$f=fopen("http://127.0.0.1:9090/plugins/userService/userservice?type=add&secret=FTtk1cVk&username=".$user."&password=".$pwd."&name=".$name."&email=".$email,‘r‘);    
$response = fread($f, 1024);   
$this->redirect(‘Index/add‘, array(‘status‘=>1), 1, ‘添加成功,页面跳转中~‘);
fclose($f);   
}

 bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

thinkphp openfire 添加用户 骨架

标签:style   blog   http   io   ar   color   os   sp   on   

原文地址:http://www.cnblogs.com/hellowzd/p/4155991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!