<?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>Dumlupınar Üniversitesi ( DPÜ ) Bilgi ve Bilişim Kulübü &#187; PHP Get Kullanımı</title>
	<atom:link href="http://www.dpubilisim.com/dpu/category/php-get-kullanimi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dpubilisim.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 12:12:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP $_Get kullanımı 2</title>
		<link>http://www.dpubilisim.com/dpu/php-get-kullanm-2/</link>
		<comments>http://www.dpubilisim.com/dpu/php-get-kullanm-2/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 17:20:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Get Kullanımı]]></category>

		<guid isPermaLink="false">http://www.dpubilisim.com/?p=302</guid>
		<description><![CDATA[Bu bölümde projemizde kullanacagımız tablaları ve tablo menulerini aşağıdaki şekilde oluşturuyoruz. Bu dosyamızın adı table.php olarak kaydediyoruz. Belgemiz functionları kullanmamızın amaçı gelen get ‘e göre tablo ları ekrana çekmektir. &#60; ?php function ana_menu(){ ?&#62; &#60;table align="center" cellpadding="1" cellspacing="1"&#62; &#60;tr&#62; &#60;td align="center"&#62;&#60;a href="index.php"&#62;&#60;img src="images/frontpage.png" width="40" height="40"/&#62;&#60;br /&#62;Ana Sayfa&#60;/a&#62;&#60;/td&#62; &#60;td align="center"&#62;&#60;a href="index.php?admin=user"&#62;&#60;img src="images/WLM.png" width="40" height="40"/&#62;&#60;br /&#62;Üye Bölümü&#60;/a&#62;&#60;/td&#62; [...]]]></description>
		<wfw:commentRss>http://www.dpubilisim.com/dpu/php-get-kullanm-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP $_Get kullanımı 4</title>
		<link>http://www.dpubilisim.com/dpu/php-get-kullanm-4/</link>
		<comments>http://www.dpubilisim.com/dpu/php-get-kullanm-4/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:20:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Get Kullanımı]]></category>

		<guid isPermaLink="false">http://www.dpubilisim.com/?p=141</guid>
		<description><![CDATA[Bu sayfadaki kodlarımız ile ama menüden gelen değerler doğrultusunda işlemler yapıyoruz. Örneğin get user insert ise user_insert konksiyonunu çağırıyoruz. Dosyamızın adını getfunction. php olarak kaydedelim. Bu dosyamızı index.get dosyamız aracılıgı ile sayfamıza include etmiştik. Kodlarımıza bakalım; &#60; ?php if ($_GET['user']==insert){ user_insert(); } if ($_GET['user']==delete){ user_delete(); } if ($_GET['user']==x){ user_engelle(); } if ($_GET['user']==edit){ user_edit(); } if [...]]]></description>
		<wfw:commentRss>http://www.dpubilisim.com/dpu/php-get-kullanm-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

