問(wèn)題:數(shù)據(jù)一直添加不進(jìn)數(shù)據(jù)庫(kù),麻煩管理回答下,謝謝
<!--頭部-->
{include file="public:header" /}
<!--導(dǎo)航-->
{include file="public:nav" /}
<div class="row">
? ?<!--分頁(yè)-->
? ?<div class="col-md-8">
? ? ? ?<div class="page-header">
? ? ? ? ? ?<h2>用戶注冊(cè)</h2>
? ? ? ?</div>
? ? ? ?<!--{include file="public:register_form" /}-->
? ? ? ?<form class="form-horizontal" method="post" id="login">
? ? ? ? ? ?<div class="form-group">
? ? ? ? ? ? ? ?<label for="inputEmail1" class="col-sm-2 control-label">用戶名:</label>
? ? ? ? ? ? ? ?<div class="col-sm-10">
? ? ? ? ? ? ? ? ? ?<input type="text" name="name" class="form-control" id="inputEmail1" placeholder="UserName">
? ? ? ? ? ? ? ?</div>
? ? ? ? ? ?</div>
? ? ? ? ? ?<div class="form-group">
? ? ? ? ? ? ? ?<label for="inputEmail2" class="col-sm-2 control-label">Email:</label>
? ? ? ? ? ? ? ?<div class="col-sm-10">
? ? ? ? ? ? ? ? ? ?<input type="text" name="email" class="form-control" id="inputEmail2" placeholder="Email">
? ? ? ? ? ? ? ?</div>
? ? ? ? ? ?</div>
? ? ? ? ? ?