在php提交表单的时候,遇到了下面单位问题,希望得到帮助,已经困扰好几天了,一直无解!!
这是填写的表单:提交表单后,在页面输出,只能显示最后一项,而且无法插入到数据库。<?phpinclude_once("Pdb_connection.php");?>$th...
这是填写的表单:
提交表单后,在页面输出,只能显示最后一项,而且无法插入到数据库。
<?php
include_once("Pdb_connection.php");
?>
$thisReason = addslashes($_REQUEST['thisReasonField']);
$thisSex = addslashes($_REQUEST['thisSexField']);
……
$sqlQuery = "INSERT INTO info (destination , reason , sex , profession , grade , id,latitude,longitude )
VALUES ('$thisDestination' , '$thisReason' , '$thisSex' , '$thisProfession' , '$thisGrade' , '$thisId','$thisLatitude','$thisLongitude')";
$result = MYSQL_QUERY($sqlQuery);
?> 展开
提交表单后,在页面输出,只能显示最后一项,而且无法插入到数据库。
<?php
include_once("Pdb_connection.php");
?>
$thisReason = addslashes($_REQUEST['thisReasonField']);
$thisSex = addslashes($_REQUEST['thisSexField']);
……
$sqlQuery = "INSERT INTO info (destination , reason , sex , profession , grade , id,latitude,longitude )
VALUES ('$thisDestination' , '$thisReason' , '$thisSex' , '$thisProfession' , '$thisGrade' , '$thisId','$thisLatitude','$thisLongitude')";
$result = MYSQL_QUERY($sqlQuery);
?> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询