php内echo表格
if(mysql_num_rows($ex)!=0){echo"<formname='form1'method='post'>";echo"<tablealign='ri...
if(mysql_num_rows($ex)!=0)
{
echo"<form name='form1' method='post' >";
echo"<table align='right'>";
echo"<tr>";
echo"<td>";
echo"订货量修改:<input type='text' name='mend' value=0 size=3>";
echo" <input type='submit' name='submit' value='确定'>";
echo"</td>";
echo"</tr>";
echo"</table>";
echo"</form>";
$a=@$_POST['mend'];
$mend=mysql_query("update dd set ssl='$a' where ddh='$b'");
if($a!=0)
{
echo"<script>alert('修改成功');</script>";
}
else
{
echo"<script>alert('修改失败');location.href('indexs.php?lmbs=3');</script>";
}
}
else{}
如上,在php中echo表格,表格内数据如何接受? 展开
{
echo"<form name='form1' method='post' >";
echo"<table align='right'>";
echo"<tr>";
echo"<td>";
echo"订货量修改:<input type='text' name='mend' value=0 size=3>";
echo" <input type='submit' name='submit' value='确定'>";
echo"</td>";
echo"</tr>";
echo"</table>";
echo"</form>";
$a=@$_POST['mend'];
$mend=mysql_query("update dd set ssl='$a' where ddh='$b'");
if($a!=0)
{
echo"<script>alert('修改成功');</script>";
}
else
{
echo"<script>alert('修改失败');location.href('indexs.php?lmbs=3');</script>";
}
}
else{}
如上,在php中echo表格,表格内数据如何接受? 展开
3个回答
展开全部
全局变量在一个php页面内都有效。
直接使用就是了。
比如你的代码可以这样:
if(mysql_num_rows($ex)!=0)
{
echo"<form name='form1' method='post' >";
echo"<table align='right'>";
echo"<tr>";
echo"<td>";
<?php echo "你要显示的的数据" ?>
echo"</td>";
echo"</tr>";
echo"</table>";
echo"</form>";
$a=@$_POST['mend'];
$mend=mysql_query("update dd set ssl='$a' where ddh='$b'");
if($a!=0)
{
echo"<script>alert('修改成功');</script>";
}
else
{
echo"<script>alert('修改失败');location.href('indexs.php?lmbs=3');</script>";
}
}
else{}
直接使用就是了。
比如你的代码可以这样:
if(mysql_num_rows($ex)!=0)
{
echo"<form name='form1' method='post' >";
echo"<table align='right'>";
echo"<tr>";
echo"<td>";
<?php echo "你要显示的的数据" ?>
echo"</td>";
echo"</tr>";
echo"</table>";
echo"</form>";
$a=@$_POST['mend'];
$mend=mysql_query("update dd set ssl='$a' where ddh='$b'");
if($a!=0)
{
echo"<script>alert('修改成功');</script>";
}
else
{
echo"<script>alert('修改失败');location.href('indexs.php?lmbs=3');</script>";
}
}
else{}
展开全部
你这个是返回 可以不由这样写的 你试下这个
返回上一步
echo"<script language=JavaScript>alert(""修改失败!"");javascript:history.go(-1);</script>";
返回上一步
echo"<script language=JavaScript>alert(""修改失败!"");javascript:history.go(-1);</script>";
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
定义为数组,用数组的方式接受 就可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询