摘要: config.phpView Code <?phpsession_start();$conn=mysql_connect('localhost','root','');mysql_select_db('member',$conn);define(ALL_PS,"IPHP");function user_shell($uid,$shell,$m_id){ $sql="select * from user_list where `uid`='$uid'"; $query=m 阅读全文
posted @ 2012-10-08 14:50 andywonglxy 阅读(554) 评论(0) 推荐(0)