<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LAMP for WEB &#187; php</title>
	<atom:link href="http://www.lampforweb.com/index.php/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampforweb.com</link>
	<description>Linux Apache Mysql Php - Örnek uygulama, ipuçları, döküman, duyuru v.s</description>
	<lastBuildDate>Sun, 27 Dec 2009 07:41:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Netbeans 6.8 Html Error</title>
		<link>http://www.lampforweb.com/index.php/php/netbeans-6-8-html-error/</link>
		<comments>http://www.lampforweb.com/index.php/php/netbeans-6-8-html-error/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 07:41:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html error]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[netbeans 6.8]]></category>
		<category><![CDATA[php editor]]></category>
		<category><![CDATA[unknown tag error]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=156</guid>
		<description><![CDATA[Netbeans editör kullananlar netbeans&#8217;ın 6.5.1 versiyonundan sonra html kodlarında &#8220;unknown html tag&#8221; gibi bir hata alabilirler. Bu hatadan kurtulmak için netbeans 6.8&#8242;i kurduktan sonra kurulum dizinindeki &#8220;/home/netbeans-6.8/etc/netbeans.conf&#8221; dosyasını açıp &#8220;netbeans_default_options=&#8221; ile başlayan satırın sonuna &#8220;&#8211;locale en:US&#8221; seçeneğini ekleyin. 
netbeans_default_options="-J-client -J-Xverify:none -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true --locale en:US"
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/netbeans-6-8-html-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Son Derece Kullanışlı 50 Adet PHP Aracı</title>
		<link>http://www.lampforweb.com/index.php/php/son-derece-kullanisli-50-adet-php-araci/</link>
		<comments>http://www.lampforweb.com/index.php/php/son-derece-kullanisli-50-adet-php-araci/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 09:51:29 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php araçları]]></category>
		<category><![CDATA[php kaynak]]></category>
		<category><![CDATA[php tools]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=144</guid>
		<description><![CDATA[Samashing Magazine sitesi Php uygulama geliştiricilerin kesinlikle işine yarayacak 50 adet kullanışlı bir araç listesi oluşturmuş. Liste kategorilendirilmiş. Aradığınız veya ihtiyacını olan bir çok şeyi bu listede bulabilirsiniz.
Hata Ayıklama Araçları
Test ve Optimizasyon Araçları
Dökümantasyon Araçları
Güvenlik Araçları
Resim ve Grafik Oluşturma Araçları
Php Kod Düzenleyiciler
Versiyon Kontrol Sistemleri
Kullanışlı Eklenti, Uygulama ve Kütüphaneler
Online Php Araçları ve Kaynakları
Php Frameworkler
Php Editörleri ve IDE&#8217;ler
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/son-derece-kullanisli-50-adet-php-araci/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Php&#8217;de serialize ve base64_encode ile sayfalar arasında dizi veya nesneleri taşımak</title>
		<link>http://www.lampforweb.com/index.php/php/php-serialize-ve-base64_encode-ile-dizi-veya-nesne-degerlerini-tasima/</link>
		<comments>http://www.lampforweb.com/index.php/php/php-serialize-ve-base64_encode-ile-dizi-veya-nesne-degerlerini-tasima/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 16:22:59 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[dizi]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[php örnek]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=100</guid>
		<description><![CDATA[Php sayfaları arasında POST veya GET metoduyla gelen değerleri veya sayfa içindeki dizi veya nesnelerin alt elemanlarıyla beraber değerlerini taşımak için aşağıdaki yöntemi kullanabilirsiniz.
form.html // Form verilerinin POST metodu ile gönderileceği form sayfası.

&#60;html&#62;
&#60;head&#62;
	&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;
	&#60;title&#62;Form&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
	&#60;form action=&#34;islem1.php&#34; method=&#34;POST&#34;&#62;
		Adı : &#60;input type=&#34;text&#34; name=&#34;adi&#34; size=&#34;30&#34;&#62;&#60;br&#62;
		Soyadı : &#60;input type=&#34;text&#34; name=&#34;soyadi&#34; size=&#34;30&#34;&#62;&#60;br&#62;
		Email : &#60;input type=&#34;text&#34; name=&#34;email&#34; size=&#34;50&#34;&#62;&#60;br&#62;
		Telefon : [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/php-serialize-ve-base64_encode-ile-dizi-veya-nesne-degerlerini-tasima/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XML &#8211; Dizi Dönüştürmesi Yapmak İçin Php Sınıfı (XMLArray)</title>
		<link>http://www.lampforweb.com/index.php/php/php-ile-xml-array-donusturme/</link>
		<comments>http://www.lampforweb.com/index.php/php/php-ile-xml-array-donusturme/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 13:56:44 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=93</guid>
		<description><![CDATA[Aşağıdaki assoc_array2xml php sınıfı ile dizileri xml&#8217;e, xml verilerini de php dizilerine dönüştürebilirsiniz. Daha çok php4 kullananlar bu sınıfa ihtiyaç duyacaktır. Php5 kullananlar SimpleXML sınıfı ile aynı işlemleri ve daha fazlasını yapabilirler. SimpleXML ile ilgili örnekleri ve bilgileri yakında yayınlarız.

&#60;?php
class assoc_array2xml
&#123;
	var $text;
	var $arrays, $keys, $node_flag, $depth, $xml_parser;
&#160;
	function array2xml&#40;$array&#41;
	&#123;
		$this-&#62;text=&#34;&#60;array&#62;&#34;;
		$this-&#62;text.= $this-&#62;array_transform&#40;$array&#41;;
		$this-&#62;text .=&#34;&#60;/array&#62;&#34;;
		return $this-&#62;text;
	&#125;
&#160;
	function array_transform&#40;$array&#41;
	&#123;
		foreach&#40;$array as $key =&#62; [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/php-ile-xml-array-donusturme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zeev Suraski ve Derick Rethans Türkiye&#8217;de!</title>
		<link>http://www.lampforweb.com/index.php/diger/php-kurucusu-zeev-suraski-derick-rethans-turkiyede/</link>
		<comments>http://www.lampforweb.com/index.php/diger/php-kurucusu-zeev-suraski-derick-rethans-turkiyede/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 08:04:25 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[Diğer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[açık kaynak]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/?p=73</guid>
		<description><![CDATA[PHP&#8217;nin yaratıcısı ve geliştiricisi Zeev Suraski ile PHP dilinin aktif geliştiricilerinden biri olan Derick Rethans, 24 Ocak 2009&#8216;da Taksim Nippon Otelde düzenlenen web programcıları platformu etkinliği için Türkiye&#8217;ye geliyorlar.
Golden Horn Ventures&#8217;un liderliğinde gerçekleştirilen etkinlik hakkında bilgi almak ve diğer katılımcıları görmek için www.webprogramcilariplatformu.org adresini ziyaret edebilirsiniz. Etkinlik programı için buraya, kayıt yaptırmak için buraya.
Web programcılarının [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/diger/php-kurucusu-zeev-suraski-derick-rethans-turkiyede/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP, Mysql ve Ajax ile Sürükle-Bırak Sıralı Listeler</title>
		<link>http://www.lampforweb.com/index.php/mysql/php-mysql-ajax-ornek-uygulama-surukle-birak-sirali-listeler/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/php-mysql-ajax-ornek-uygulama-surukle-birak-sirali-listeler/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 20:00:51 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[örnek uygulama]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/php-ve-ajax-ile-surukle-birak-sirali-listeler/</guid>
		<description><![CDATA[Web uygulamalarında çoğu zaman bir listenin sıralamasını kullanıcı seçimi doğrultusunda sunmak gerekir. Favori kataplar, müzikler v.s Bu listelerdeki sıralamayı kullanıcıya göre ayarlamak için de genellikle &#8220;Yukarı Taşı&#8221;,&#8221;Aşağı Taşı&#8221;,&#8221;En Üste&#8221;,&#8221;En Alta&#8221; gibi butonlar koyup kullanıcının her seferinde sadece bir adım atlayarak sıralamayı yapmasını isteriz. Bir başka yöntemde listedeki her satıra textbox koyup sıralamanın bu kutulardaki sayılara [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/php-mysql-ajax-ornek-uygulama-surukle-birak-sirali-listeler/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Her Konuda Kopya Kağıtları (Cheat Sheets)</title>
		<link>http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/</link>
		<comments>http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 09:57:53 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[cheat sheets]]></category>
		<category><![CDATA[döküman]]></category>
		<category><![CDATA[kaynakça]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/</guid>
		<description><![CDATA[Scott Klarr isimli bir arkadaşımız hemen hemen her konuda cheat sheets diye tabir edilen kopya kağıtlarını bir araya toplamış. Programlama, bilgisayar sistemleri ve tasarım konularında çok sayıda kopya kağıdı mevcut. Elimin altında her konuda özet bir belge olsun diyenler için bire bir.

Linux-Unix sistemler için kopya kağıtları.
Apache için kopya kağıtları.
Mysql için kopya kağıtları.
Php için kopya kağıtları.
Css [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/linux/her-konuda-kopya-kagitlari-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP&#8217;de IN Fonksiyonu</title>
		<link>http://www.lampforweb.com/index.php/php/phpde-in-fonksiyonu/</link>
		<comments>http://www.lampforweb.com/index.php/php/phpde-in-fonksiyonu/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 22:36:19 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php fonksiyonları]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/php/phpde-in-fonksiyonu/</guid>
		<description><![CDATA[Mysql&#8217;de uzun OR sorgularından bizi kurtaran IN fonksiyonundan daha önce  bahsetmiştik. Php&#8217;de IN fonksiyonunun tam karşılığı olmasa da aynı şekilde işimize yarayacak olan bir kullanım şekli:

$degisken='php';
if&#40;in_array&#40;$degisken, array&#40;'linux', 'apache', 'mysql', 'php'&#41;&#41;&#41;
&#123;
  echo 'www.lampforweb.com';
&#125;

]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/phpde-in-fonksiyonu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mysql Türkçe Tarih Formatı</title>
		<link>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 22:05:50 +0000</pubDate>
		<dc:creator>soylu</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[mysql functions]]></category>
		<category><![CDATA[tarih format]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/</guid>
		<description><![CDATA[Mysql&#8217;de verileri Türkçe tarih formatı şeklinde çekerek ekrana basmayı bir çoğumuz istemişizdir. Mysql&#8217;de tarih formatı varsayılan olarak &#8220;Yıl-Ay-Gün&#8221; olarak gelmektedir.
Şimdi bunu avantajları ve dezavantajları ile beraber nasıl kullanabiliceğimizi anlatmaya çalışacağız. Faydalanacağımız mysql fonksiyonu date_format() fonksiyonudur.
Fonksiyonun kullanımı :

date_format&#40;tarih,istenilen_format&#41;

ör:

SELECT date_format&#40;kayit_tarihi, '%d-%m-%Y'&#41;  AS yeni_tarih FROM kayitlar WHERE durum='4'

Yukarıdaki sorgu sonucunda gelen sonuç &#8220;2008-01-31&#8243; şeklindeki bir değer için [...]]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/mysqlde-turkce-tarih-formati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Kaynak</title>
		<link>http://www.lampforweb.com/index.php/php/php-kaynak/</link>
		<comments>http://www.lampforweb.com/index.php/php/php-kaynak/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 02:43:54 +0000</pubDate>
		<dc:creator>longvehicle</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[döküman]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/index.php/php/php-kaynak/</guid>
		<description><![CDATA[Php ile ilgili örnek uygulama, kütüphane, kod örnekleri, yazılımlar ve eğitsel dökümanlar bulunan, geniş bir arşive sahip güzel bir yabancı kaynak.
Benzer siteler: www.hotscripts.com, www.phpclasses.org, www.php-resource.de, php.resourceindex.com
]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/php/php-kaynak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
