aşağıdaki uygulama ile 60 sn içinde bilgisayar kendi kendine kapanacaktır. public partial class Form1 : Form { int sayac = 0; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { timer1.Start(); } private void button2_Click(object sender, EventArgs e) { timer1.Stop(); } private void button3_Click(object sender, EventArgs e) { ...
Mysql listeleme sorguları: 1. Tablodaki tüm kayıtları gösteren sorgu Select * from ogre...
Yukarıdaki şema da session mantığında çalışan dosyalarımızın ilişkisi anlatılmaktadır. ...
Cookie atmak için setcookie komutu kullanılır, <?php $deger="kullancıya ait bilgi"; setcookie(...
© 2012 Ergün Karakuş – not defteri. All Rights Reserved
Design by CosmoThemes