function randevugetir()
{
var tarih=document.getElementById("date").value;	
var tarih1=tarih.split("/");
var tarih2=tarih1[1]+"/"+tarih1[0]+"/"+tarih1[2];
var currentTime = new Date(tarih2);
gun=currentTime.getDay();

$('#islemler').html('<img style="margin-left:200px;margin-top:80px;" src="yukleniyor.gif" />');
 $.ajax({
		   type: "post",
		   url: "randevu.liste.php",
		   data: "tarih="+tarih+"&gun="+gun,	   
		   success: function(sonuc) {
 $('#islemler').html(sonuc);

}
 });


}
function randevudurumu(arac)
{
$('#islemler').html('<img style="margin-left:200px;margin-top:80px;" src="yukleniyor.gif" />');
 $.ajax({
		   type: "post",
		   url: "randevu.durumu.php",
		   data: "arac="+arac,	   
		   success: function(sonuc) {
 $('#islemler').html(sonuc);

}
 });


}
function randevual(ind)
{
$('#islemler1').html("");
$('#islemler').html('<img style="margin-left:200px;margin-top:80px;" src="yukleniyor.gif" />');
 $.ajax({
		   type: "post",
		   url: "randevu.al.php",
		   data: "ind="+ind,	   
		   success: function(sonuc) {
 $('#islemler').html(sonuc);


}
 });


}
function randevubitir()
{
	if(validate())
	{
	var plk=document.getElementById("plk").value+' '+document.getElementById("plk1").value+' '+document.getElementById("plk2").value;
	var adi=escape(document.getElementById("adi").value)+" "+escape(document.getElementById("soyadi").value);
	var email=document.getElementById("email").value;
var tel=document.getElementById("ceptel").value;	
	var arac=document.getElementById("seciliarac").value;	
			var islem=escape(document.getElementById("islem").value);	
$('#islemler1').html("");
$('#islemler').html('<img style="margin-left:200px;margin-top:80px;" src="yukleniyor.gif" />');
 $.ajax({
		   type: "post",
		   url: "randevu.kaydet.php",
		   data: "adi="+adi+"&plk="+plk+"&email="+email+"&tel="+tel+"&arac="+arac+"&islem="+islem,	   
		   success: function(sonuc) {
 $('#islemler').html(sonuc);


}
 });

	}
	
}
function onayla()
{
$('#islemler1').html("");
$('#islemler').html('<img style="margin-left:200px;margin-top:80px;" src="yukleniyor.gif" />');
 $.ajax({
		   type: "post",
		   url: "randevu.bitir.php",
		   data: "",	   
		   success: function(sonuc) {
 $('#islemler').html(sonuc);


}
 });


	
}
//coded by Fikri Özgür
