<?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>SoulSmasher &#124; Septik Blog &#124; PHP, MySQL AJAX, Javascript &#187; get</title>
	<atom:link href="http://www.soulsmasher.net/tag/get/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soulsmasher.net</link>
	<description>Dubito, ergo cogito, ergo sum</description>
	<lastBuildDate>Mon, 28 Nov 2011 14:44:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>PHP ile IP Adresinizi Almak</title>
		<link>http://www.soulsmasher.net/php-ile-ip-adresinizi-almak/</link>
		<comments>http://www.soulsmasher.net/php-ile-ip-adresinizi-almak/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 19:36:29 +0000</pubDate>
		<dc:creator>SoulSmasher</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://www.soulsmasher.net/?p=203</guid>
		<description><![CDATA[aşağıda vereceğim kod ile php ile karşı tarafın ip adresini alabilirsiniz buyrun: ?View Code PHP1 2 3 4 5 6 7 8 &#60;?php if &#40;getenv&#40;HTTP_X_FORWARDED_FOR&#41;&#41; &#123; $ip = getenv&#40;HTTP_X_FORWARDED_FOR&#41;; &#125; else &#123; $ip = getenv&#40;REMOTE_ADDR&#41;; &#125; echo $ip; //ip adresini verir ?&#62; belki birinin işine yarar]]></description>
		<wfw:commentRss>http://www.soulsmasher.net/php-ile-ip-adresinizi-almak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP İle Domain Adını Alma &#8211; Get Domain Name With PHP</title>
		<link>http://www.soulsmasher.net/php-ile-domain-adini-alma-get-domain-name-with-php/</link>
		<comments>http://www.soulsmasher.net/php-ile-domain-adini-alma-get-domain-name-with-php/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 11:17:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[analadı]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[isim]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.soulsmasher.net/?p=62</guid>
		<description><![CDATA[bildiğiniz üzere php de $_SERVER['HTTP_HOST'] değişkeni bir sitenin domain adını veriyor. tabi siteye www.site.com olarak bağlanmışsanız www.domainadi.com, http:// olarak bağlanmışsanız (ww koymadan) sadece domainadi.com domain adını okutup email olarak göndermem gerekiyordu bir kod yazarken, bunu da şu şekilde sağladım. umarım işinize yarar as you know, the variable $_SERVER['HTTP_HOST'] shows website&#8217;s domain name but if you [...]]]></description>
		<wfw:commentRss>http://www.soulsmasher.net/php-ile-domain-adini-alma-get-domain-name-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

