<?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>TecnoPillole.com &#187; Php</title>
	<atom:link href="http://www.tecnopillole.com/categorie/programmazione/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tecnopillole.com</link>
	<description>Tutto il web in pillole!</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:05:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tavolozza Colori</title>
		<link>http://www.tecnopillole.com/programmazione/php/tavolozza-colori-generatore.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/tavolozza-colori-generatore.html#comments</comments>
		<pubDate>Fri, 29 May 2009 21:20:01 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[colori]]></category>
		<category><![CDATA[generatore]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tavolozza]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=140</guid>
		<description><![CDATA[Questo script php permette di generare la tavolozza dei colori di una immagine. Questa utility potrebbe essere utile durante lo sviluppo di template grafici, per individuare..]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/tavolozza-colori-generatore.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creare un form per caricare file con PHP</title>
		<link>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-caricare-file-con-php.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-caricare-file-con-php.html#comments</comments>
		<pubDate>Fri, 10 Oct 2008 09:19:43 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[caricare da form]]></category>
		<category><![CDATA[caricare file]]></category>
		<category><![CDATA[caricare immagine]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[upload file]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=134</guid>
		<description><![CDATA[In questo articolo vedremo come creare un form per caricare file sul nostro sito, sfruttando HTML e PHP.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-caricare-file-con-php.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>La variabile globale $_FILES</title>
		<link>http://www.tecnopillole.com/programmazione/php/la-variabile-globale-_files.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/la-variabile-globale-_files.html#comments</comments>
		<pubDate>Fri, 10 Oct 2008 09:03:26 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[caricare file]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[variabili globali]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=136</guid>
		<description><![CDATA[In questo articolo troviamo una breve spiegazione sul significato e sull'utilità della variabile globale $_FILES]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/la-variabile-globale-_files.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Contare i risultati di una query Mysql con Php, la funzione mysql_num_rows()</title>
		<link>http://www.tecnopillole.com/programmazione/php/contare-i-risultati-di-una-query-mysql-con-php-la-funzione-mysql_num_rows.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/contare-i-risultati-di-una-query-mysql-con-php-la-funzione-mysql_num_rows.html#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:43:40 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[contare righe]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[mysql_num_rows]]></category>
		<category><![CDATA[risultati]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=132</guid>
		<description><![CDATA[In un precedente articolo abbiamo visto come sia possibile contare le righe generate da una query SELECT direttamente con MySql, sfruttando la funzione COUNT(). Ora vrediamo come ottenere lo stesso risultato sfruttando mysql_num_rows() di Php.
Vediamo il codice che genera la query, saltando la parte di collegamento al db:
//la parte di connessione al db è stata [...]]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/contare-i-risultati-di-una-query-mysql-con-php-la-funzione-mysql_num_rows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validare l&#8217;url di un sito web con PHP e le espressioni regolari</title>
		<link>http://www.tecnopillole.com/programmazione/php/validare-lurl-di-un-sito-web-con-php-e-le-espressioni-regolari.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/validare-lurl-di-un-sito-web-con-php-e-le-espressioni-regolari.html#comments</comments>
		<pubDate>Tue, 05 Aug 2008 21:48:24 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Aggiungi nuovo tag]]></category>
		<category><![CDATA[eregi]]></category>
		<category><![CDATA[espressioni regolari]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=107</guid>
		<description><![CDATA[A volte può essere utile capire se l'url inserito da un utente è valido o meno, per risolvere questo problema ci viene in aiuto php attraverso le espressioni regolari.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/validare-lurl-di-un-sito-web-con-php-e-le-espressioni-regolari.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dividere una stringa in più parti con php</title>
		<link>http://www.tecnopillole.com/programmazione/php/dividere-suddividere-una-stringa-in-piu-parti-con-php.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/dividere-suddividere-una-stringa-in-piu-parti-con-php.html#comments</comments>
		<pubDate>Sun, 13 Apr 2008 14:00:39 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[dividere]]></category>
		<category><![CDATA[stringa]]></category>
		<category><![CDATA[suddividere]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=59</guid>
		<description><![CDATA[Questo tutorial spiega come sia possibile dividere una stringa in più parti, ogni volta che viene riscontrato un carattere separatore.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/dividere-suddividere-una-stringa-in-piu-parti-con-php.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creare un form per l&#8217;invio di email dal proprio sito con Html e Php</title>
		<link>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-linvio-di-email-dal-proprio-sito-con-html-e-php.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-linvio-di-email-dal-proprio-sito-con-html-e-php.html#comments</comments>
		<pubDate>Tue, 08 Apr 2008 11:22:32 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[email dal sito]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[form mail]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=38</guid>
		<description><![CDATA[Per un sito web è fondamentale che i propri utenti possano prendere contatto con il webmaster o la redazione. In questo tutorial vedremo come creare una pagina da cui inviare email sfruttando html e php, senza l'utilizzo di client di posta o webmail.]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/creare-un-form-per-linvio-di-email-dal-proprio-sito-con-html-e-php.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Recuperare l&#8217;indirizzo IP usando PHP</title>
		<link>http://www.tecnopillole.com/programmazione/php/recuperare-lindirizzo-ip-usando-php.html</link>
		<comments>http://www.tecnopillole.com/programmazione/php/recuperare-lindirizzo-ip-usando-php.html#comments</comments>
		<pubDate>Fri, 04 Apr 2008 14:28:50 +0000</pubDate>
		<dc:creator>TecnoPillole.com</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[indirizzo]]></category>
		<category><![CDATA[indirizzo ip]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://www.tecnopillole.com/?p=4</guid>
		<description><![CDATA[Per recuperare l&#8217;indirizzo IP utilizzando PHP è sufficiente usare l&#8217;apposita variabile d&#8217;ambiente:

//questa variabile contiene l'indirizzo ip del visitatore
$REMOTE_ADDR

//oppure in alternativa si può usare
$_SERVER['REMOTE_ADDR']
Utilizzare questa variabile è molto semplice:

//stampa l'indirizzo ip
echo $REMOTE_ADDR;

//oppure in alternativa si può usare
echo $_SERVER['REMOTE_ADDR'];





Inseriamola in una variabile:

$ip = $REMOTE_ADDR;
echo $ip;
//oppure
$ip = $_SERVER['REMOTE_ADDR'];
echo $ip;

]]></description>
		<wfw:commentRss>http://www.tecnopillole.com/programmazione/php/recuperare-lindirizzo-ip-usando-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
