所以,我试图用相同的样式回显错误警告,例如(不正确的密码/电子邮件),(填写所有字段),但文本不同,但我似乎找不到捷径来做到这一点而不回显整个样式 schpiel每个回声,我相信这对大多数人来说都是显而易见的,所以请帮助我。TVM .here 代码:
if ($oldpassword!==$oldpassworddb)
{ echo"<head>
<style type='text/css'>
.tab2
{
width:400px; height:40px;
position: absolute; right: 300px; top: 70px;
}
.td2
{
background-color:pink;
color:blue;
text-align:center;
}
</style>
</head>
<body>
<table class='tab2'>
<td class='td2'>first meggage</td>
</table>
</body>";}
else if (strlen($newpassword)>25||strlen($newpassword)<6)
{echo "what should I put in here!!! ">second message;}