Gelen post değerlerini kontol ediniz, yanlış aldığınız bir post olabilir
Ayar.php sayfam. Giden veriler bunlar hocam. Bir hata yok bakıyorum günlerdir
<form action="islem.php" method="post">
<div class="box-body">
<form role="form">
<div class="form-group">
<label>Title</label>
<input type="text" name="title" class="form-control" value="<? echo $ayarcek['title'] ?>" placeholder="Title">
</div>
<form role="form">
<div class="form-group">
<label>Keywords</label>
<input type="text" name="key" class="form-control" value="<? echo $ayarcek['key'] ?>" >
</div>
<div class="form-group">
<label>Description</label>
<input type="text" class="form-control" name="descis" value="<? echo $ayarcek['descis'] ?>" placeholder="Description">
</div>
<form role="form">
<div class="form-group">
<label>Author</label>
<input type="text" name="author" class="form-control" value="<? echo $ayarcek['author'] ?>" placeholder="Author">
</div>
<div class="form-group">
<label>Footer</label>
<input type="text" name="footer" class="form-control" value="<? echo $ayarcek['footer'] ?>" placeholder="Footer">
</div>
</form>
</form>
<button type="submit" name="onayver">Güncelle</button>