<?php
mysql_query("update ayarlar set sitebasligi='".$_GET['sitebasligi']."',siteslogani='".$_GET['siteslogani']."' where ayarId = 1");  
?>