<?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; dizi</title>
	<atom:link href="http://www.lampforweb.com/index.php/tag/dizi/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>Fri, 07 Jan 2011 14:54:32 +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>4</slash:comments>
		</item>
	</channel>
</rss>

