<?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>Oceweb.it &#124; Brunetti Renato WebSite &#187; PHP</title>
	<atom:link href="http://www.oceweb.it/oceweb/category/programmazione/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oceweb.it/oceweb</link>
	<description>Creazione Siti Web, Restyling e Manutenzione, Assistenza e HelpDesk, Creazione reti</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Indirizzo IP e browser utilizzato dal visitatore</title>
		<link>http://www.oceweb.it/oceweb/2010/10/indirizzo-ip-e-browser-utilizzato-dal-visitatore/</link>
		<comments>http://www.oceweb.it/oceweb/2010/10/indirizzo-ip-e-browser-utilizzato-dal-visitatore/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 21:19:17 +0000</pubDate>
		<dc:creator>Renato Brunetti</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[addr]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[browser_type]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[getenv]]></category>
		<category><![CDATA[http_user_agent]]></category>
		<category><![CDATA[indirizzo]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[var]]></category>

		<guid isPermaLink="false">http://localhost/oceblog/?p=381</guid>
		<description><![CDATA[Tweet Piccolo codice php che permette ai visitatori di visualizzare il proprio indirizzo IP ed il browser web che stanno utilizzando in quel momento. &#60;? $remote_address = getenv(&#8220;REMOTE_ADDR&#8221;); echo &#8220;Il tuo indirizzo IP è $remote_address.&#8221;; $browser_type = getenv(&#8220;HTTP_USER_AGENT&#8221;); echo &#8220;Stai utilizzando $browser_type.&#8221;; ?&#62;]]></description>
		<wfw:commentRss>http://www.oceweb.it/oceweb/2010/10/indirizzo-ip-e-browser-utilizzato-dal-visitatore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP5] &#8211; Spazio totale e spazio disponibile sul disco</title>
		<link>http://www.oceweb.it/oceweb/2010/10/php5-spazio-totale-e-spazio-disponibile-sul-disco/</link>
		<comments>http://www.oceweb.it/oceweb/2010/10/php5-spazio-totale-e-spazio-disponibile-sul-disco/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 21:11:16 +0000</pubDate>
		<dc:creator>Renato Brunetti</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[codice]]></category>
		<category><![CDATA[disco rigido]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[libero]]></category>
		<category><![CDATA[memoria di massa]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[spazio]]></category>
		<category><![CDATA[struttura]]></category>
		<category><![CDATA[total]]></category>
		<category><![CDATA[totale]]></category>

		<guid isPermaLink="false">http://localhost/oceblog/?p=369</guid>
		<description><![CDATA[Tweet Piccole righe di codice PHP per poter visualizzare quanto spazio è disponibile sul nostro server, e quanto spazio avevamo inizialmente. P.S. Le dimensioni visualizzate sono in bytes, successivamente devono essere convertite in MB o GB. &#60;?php $spaziototale = disk_total_space(&#8220;/&#8221;); echo (&#8220;Spazio totale $spaziototale&#8221;/n); $spaziolibero=disk_free_space(&#8220;/&#8221;); echo (&#8220;Spazio libero $spaziolibero&#8221;); ?&#62;]]></description>
		<wfw:commentRss>http://www.oceweb.it/oceweb/2010/10/php5-spazio-totale-e-spazio-disponibile-sul-disco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

