Hi everybody,
I have found a new video download tool yesterday.savevid.com lets you download youtube video as well as many other streaming video websites.You just need video url for downloading.
Im trying to explain with a screenshot,i guess its enough for this job. :)

also the site has last downloads, daily top 10, and all time top 10 features.
Google Adsense Clicker
How To Make A Full Time Living Online Without
Spending A Dime On Advertising
 |
You should examine this software.The Programmer says:You can increase your website hit with this software and you can earn $2,614.29 A Day and its very populer in webmasters and programmers world.i hear from my friends and in univercity.I can be try this adsense clicker software.
“Google’s Whistle Blower Reveals
FREE CashLoopholes After Making Himself $2,614.29 A Day!”
Yazının Devamı ->
i found an e-book about google adwords tips.I think this e-books can help other webmasters for adsense.
Free Course: Google Slap Tips
About the Google Slap:
The Google Slap (which technically is really “The Google Adwords Slap”) is really an adjustment made to AdWords that penalizes (slaps) advertisers who have landing pages and sites with little content.
It especially slapped advertisers that use “name squeeze” pages, since name squeezes tend to have very little (if any) content.
Advertisers with name squeeze, and other short landing pages, suddenly had high minimum bids for many of their keywords – keywords that they’d been getting relatively cheap clicks on.
But nearly ALL advertisers have felt the slap on at least some of their favorite keywords.
Everyone wants lasting relief from the Google Slap.
Yazının Devamı ->
I’m playing backgammon for a long time but I realize that I don’t know much about backgammon history and secret backgammon tips.
While I’m searching on the internet, I’ve learned that I can play backgammon for real money.
I also improved my backgammon skills with unique backgammon videos and special tactics. You can also find more information in Arabic, Chinese, Japannese, french, Hebrew languages.
Thank you Online Backgammon Info
Bu yazımda son dönemde geliştirdiğim projelerde ihtiyacım olduğundan araştırıp öğrendiğim excel dosyasını mysql veritabanına aktarma konusunda olucak.
Excel verilerini php üzerinden okumak için öncelikle hazırlanmış bir kütüphane kullanacağız.
Kütüphaneyi indirmek için
require_once 'Excel/reader.php'; //öncelikle kütüphanemizi tanımlıyoruz.
$data = new Spreadsheet_Excel_Reader();
$data->setOutputEncoding('CP1251');
$data->read('resimler.xls'); //excel dosyasının adı
//verileri okuma işlemi başlıyor
$urunkodu = $data->sheets[0]['cells'][1][1]; //1. sütundaki 1. satır
$urunadi = $data->sheets[0]['cells'][1][2]; //2. sütundaki 1. satır
$urunfiyati = $data->sheets[0]['cells'][1][4]; //4. sütundaki 1. satır
$urunkategorisi = $data->sheets[0]['cells'][1][5]; //5. sütundaki 1. satır
$urungrubu = $data->sheets[0]['cells'][1][6]; //6. sütundaki 1. satır
//bu şekilde verileri tektek çekebilirsiniz.
// tüm satırları okumak için aşağıdaki kodu kullanabilirsiniz.
for ($i = 1; $i <= $data->sheets[0]['numRows']; $i++) {
$urunkodu = $data->sheets[0]['cells'][$i][1];
$urunadi = $data->sheets[0]['cells'][$i][2]; //2. sütundaki 1. satır
$urunfiyati = $data->sheets[0]['cells'][$i][4]; //4. sütundaki 1. satır
$urunkategorisi = $data->sheets[0]['cells'][$i][5]; //5. sütundaki 1. satır
$urungrubu = $data->sheets[0]['cells'][$i][6]; //6. sütundaki 1. satır
print_r($urunkodu); //bu şekilde tüm urunkodlarını bastırabilirsiniz
//bu şekilde bulunan tüm değerleri değişkenlere atayabilirsiniz.
mysql_query("INSERT INTO urunler(urun_kodu,urun_adi,urun_fiyati,urun_kategorisi,urun_grubu)VALUES("$urunkodu","$urunadi","urunfiyati","urunkategorisi","urungrubu");
//bu şekilde tüm kayıtları veritabanına kaydedebilirsiniz.
}
Örnek data :

faydalı olması ümidiyle.
Saygılarımla,