function hesapac($x,$y){ 
$nick = $x; 
$pass = md5($y); 
$tarih = date ("d/m/y"); 
return $x,$y;
} 
hesapac($_POST[nick],$_POST[sifre]);