Arkadaşlar yardımınıza ihtiyacım var . Yardımcı olursanız çok sevinirim.
Benim Türkiyenin ücretsiz güncel mevzuat, maliye, sigorta, ekonomi, vergi, SGK sitesi isimli web sitem var. Onun üzerinden kitap siparişi için bir form hazırladım. İlk zamanlar çalışıyordu ancak şimdi çalışmıyor. Siparişler mail adresime gelmiyor. sipariş formunun bulunduğu adres: VERG NCELEME TEKNKLER
CONFİG.PHP DOSYASININ İÇERİĞİ AŞAĞIDA
<?PHP
// config.php
// Genel Ayarlar
$sender = 'mahmutsucicek@gmail.com'; // Mail Sunucu
$mail1 = 'mahmutsucicek@hotmail.com';
$mail2 = 'iletisim@vergisigorta.com';
$kitap_adi = 'Vergi İnceleme Teknikleri ve Revizyon Uygulamaları';
// Veritabanı Ayarları
$host = 'default'; // Host
$user = 'default'; // Veritabanı Kullanıcısı
$pass = 'default'; // Şifre
$dbase = 'defalut'; // Veritabanı
?>
<meta name="generator" content="Namo WebEditor v5.0">
<p> </p>
DB_CLASS.PHP DOSYASININ İÇERİĞİ AŞAĞIDA
<?PHP
/* Özgür ARAS
27.11.2010 - MySql Connetion Class
*/
class db
{
var $connection_string;
function conn($host,$user,$pass,$dbase)
{
$connection_string = mysql_connect($host,$user,$pass);
mysql_select_db($dbase,$connection_string);
}
function info($host,$user,$pass)
{
$connection_string = mysql_connect($host,$user,$pass);
mysql_select_db('information_schema',$connection_string);
}
function sql_insert($query)
{
mysql_query($query);
}
function kill($host,$user,$pass)
{
$str = mysql_connect($host,$user,$pass);
mysql_close($str);
}
function sdate()
{
$saat = gmdate('H')+2;
$dakika = gmdate('i');
$saniye = gmdate('s');
$gun = gmdate('d');
$ay = gmdate('M');
$yil = gmdate('Y');
if ($ay == "Jan")
{$ay = "Ocak";}
elseif ($ay == "Feb")
{$ay = "Subat";}
elseif ($ay == "Mar")
{$ay = "Mart";}
elseif ($ay == "Apr")
{$ay = "Nisan";}
elseif ($ay == "May")
{$ay = "Mayis";}
elseif ($ay == "Jun")
{$ay = "Haziran";}
elseif ($ay == "Jul")
{$ay = "Temmuz";}
elseif ($ay == "Aug")
{$ay = "Agustos";}
elseif ($ay == "Sep")
{$ay = "Eylul";}
elseif ($ay == "Oct")
{$ay = "Ekim";}
elseif ($ay == "Nov")
{$ay = "Kasim";}
elseif ($ay == "Dec")
{$ay = "Aralik";}
return $gun.".".$ay.".".$yil." - ".$saat.":".$dakika.":".$saniye;
}
}
?>
DİĞER FORMLAR İSE AZ ÖNCE VERDİĞİM LİNKTE VAR. LÜTFEN YARDIMLARINIZI ESİRGEMEYİN ÇOK İHTİYACIM VAR...
Benim Türkiyenin ücretsiz güncel mevzuat, maliye, sigorta, ekonomi, vergi, SGK sitesi isimli web sitem var. Onun üzerinden kitap siparişi için bir form hazırladım. İlk zamanlar çalışıyordu ancak şimdi çalışmıyor. Siparişler mail adresime gelmiyor. sipariş formunun bulunduğu adres: VERG NCELEME TEKNKLER
CONFİG.PHP DOSYASININ İÇERİĞİ AŞAĞIDA
<?PHP
// config.php
// Genel Ayarlar
$sender = 'mahmutsucicek@gmail.com'; // Mail Sunucu
$mail1 = 'mahmutsucicek@hotmail.com';
$mail2 = 'iletisim@vergisigorta.com';
$kitap_adi = 'Vergi İnceleme Teknikleri ve Revizyon Uygulamaları';
// Veritabanı Ayarları
$host = 'default'; // Host
$user = 'default'; // Veritabanı Kullanıcısı
$pass = 'default'; // Şifre
$dbase = 'defalut'; // Veritabanı
?>
<meta name="generator" content="Namo WebEditor v5.0">
<p> </p>
DB_CLASS.PHP DOSYASININ İÇERİĞİ AŞAĞIDA
<?PHP
/* Özgür ARAS
27.11.2010 - MySql Connetion Class
*/
class db
{
var $connection_string;
function conn($host,$user,$pass,$dbase)
{
$connection_string = mysql_connect($host,$user,$pass);
mysql_select_db($dbase,$connection_string);
}
function info($host,$user,$pass)
{
$connection_string = mysql_connect($host,$user,$pass);
mysql_select_db('information_schema',$connection_string);
}
function sql_insert($query)
{
mysql_query($query);
}
function kill($host,$user,$pass)
{
$str = mysql_connect($host,$user,$pass);
mysql_close($str);
}
function sdate()
{
$saat = gmdate('H')+2;
$dakika = gmdate('i');
$saniye = gmdate('s');
$gun = gmdate('d');
$ay = gmdate('M');
$yil = gmdate('Y');
if ($ay == "Jan")
{$ay = "Ocak";}
elseif ($ay == "Feb")
{$ay = "Subat";}
elseif ($ay == "Mar")
{$ay = "Mart";}
elseif ($ay == "Apr")
{$ay = "Nisan";}
elseif ($ay == "May")
{$ay = "Mayis";}
elseif ($ay == "Jun")
{$ay = "Haziran";}
elseif ($ay == "Jul")
{$ay = "Temmuz";}
elseif ($ay == "Aug")
{$ay = "Agustos";}
elseif ($ay == "Sep")
{$ay = "Eylul";}
elseif ($ay == "Oct")
{$ay = "Ekim";}
elseif ($ay == "Nov")
{$ay = "Kasim";}
elseif ($ay == "Dec")
{$ay = "Aralik";}
return $gun.".".$ay.".".$yil." - ".$saat.":".$dakika.":".$saniye;
}
}
?>
DİĞER FORMLAR İSE AZ ÖNCE VERDİĞİM LİNKTE VAR. LÜTFEN YARDIMLARINIZI ESİRGEMEYİN ÇOK İHTİYACIM VAR...