假设我有一张申请表,里面有很多像电子邮件,用户名,年龄等的方框…我已经通过申请表中的action="register.php“将这张申请表连接到数据库(Mysql)中…当你在mysql中创建表格,然后使这些字段(用户名,电子邮件)唯一(通过主键)我提交的表单与相同的用户名已经在数据库中,然后错误msj将显示在下一页类似this.username is
我的申请表要花很多时间才能提交。function.mail</a>]: Could not execute mail delivery program '/usr/sbin/sendmail -t -i' $emails = mysql_query('select * from owners where status ="active"');
while($row = mysql_fetch_as