已有40人关注
在PHP开发实战宝典一书博客系统的问题
发表在PHP图书答疑 2013-03-20
是否精华
版块置顶:
老师,我想问一下在第28章博客系统中 在朋友圈这个模块里,当我在friend.php页面输入信息点击提交之后会进入check_friend.php页面,并且会一直卡在这里,不能按照代码里所说的返回friend.php页面。看代码感觉是没有问题的,希望您能帮我解决下。
check_friend.php:
<?php
session_start();
include "Conn/conn.php";
if($_POST["regsubmit"]<>""){
$name=$_POST[txt_name];
$sex=$_POST[txt_sex];
$bir=$_POST[txt_bir];
$city=$_POST[txt_province].$_POST[txt_city];
$address=$_POST[txt_address];
$postcode=$_POST[txt_postcode];
$email=$_POST[txt_email];
$tel=$_POST[txt_tel];
$handset=$_POST[txt_handset];
$QQ=$_POST[txt_QQ];
$username=$_SESSION[username];
$INS="Insert Into tb_friend (name,sex,bir,city,address,postcode,email,tel,handset,QQ,username) Values ('$name','$sex','$bir','$city','$address','$postcode','$email','$tel','$handset','$QQ','$username')";
$result=mysql_query($INS);
if($result){
echo "<script> alert('该信息添加成功!');</script>";
echo "<script> window.location.href='friend.php';</script>";
}
else{
echo "<script> alert('添加操作失败!');</script>";
echo "<script> window.location.href='friend.php';</script>";
}
}
?>
分享到:
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照