<?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 örnek</title>
	<atom:link href="http://www.lampforweb.com/index.php/tag/php-ornek/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>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>Dinamik açılan kutular oluşturma</title>
		<link>http://www.lampforweb.com/index.php/mysql/dinamik-acilan-kutular-olusturma/</link>
		<comments>http://www.lampforweb.com/index.php/mysql/dinamik-acilan-kutular-olusturma/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 20:52:05 +0000</pubDate>
		<dc:creator>soylu</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php örnek]]></category>

		<guid isPermaLink="false">http://www.lampforweb.com/2007/07/15/dinamik-acilan-kutular-olusturma/</guid>
		<description><![CDATA[Projelerimizde sıkça ihtiyaç duyabileceğimiz konulardan biri olan veritabanındaki veriler ile dinamik açılan kutular oluşturma için güzel bir örnek.
 Aşağıdaki örnekte, veritabanındaki şehirlerin açılan kutu içerisinde nasıl kullanılabileceğinizi göreceğiz.

&#60;?
$sehirler_sorgu=mysql_query&#40;&#34;select sehir_id,sehir_adi from sehirler&#34;&#41;;
?&#62;
&#60;select name=&#34;sehirler&#34;&#62;
&#60;?
while&#40;$sehirler_sonuc=mysql_fetch_object&#40;&#41;&#41;
&#123;
?&#62;
    &#60;option value=&#34;&#60;?=$sehirler_sonuc-&#62;sehir_id?&#62;&#34;&#62;&#60;?=$sehirler_sonuc-&#62;sehir_adi?&#62;&#60;/option&#62;
&#60;?
&#125;
?&#62;
&#60;/select&#62;

]]></description>
		<wfw:commentRss>http://www.lampforweb.com/index.php/mysql/dinamik-acilan-kutular-olusturma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
