猿问
php mysql的长连接和短连接?
php mysql的长连接和短连接?
潇湘沐
浏览 2676
回答 3
3回答
慕的地8271018
可以这样封装个函数function login($a=false){if(!$a){$db=mysql_pconnect('localhost','user','pass');}else{$db=mysql_connect('localhost','user','pass');}}可以调用login()默认参数为false 修改传递的参数就行了
0
0
0
呼如林
$name=$_POST['user_name'];$pwd=md5($_POST['user_pwd']);$phone=$_POST['user_phone'];$email=$_POST['user_email'];$query="call pro_reg('$name','$pwd','$phone','$email')";$result=$pdo->prepare($query);if($result->execute()){
0
0
0
随时随地看视频
慕课网APP
相关分类
Java
Spring
Spring mvc为什么需要HandlerAdapter?
1 回答
关于spring boot启动的问题?
1 回答
我要回答