<?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>AlexViola.com &#187; php</title>
	<atom:link href="http://www.alexviola.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexviola.com</link>
	<description>All for your website</description>
	<lastBuildDate>Fri, 11 Jun 2010 11:58:18 +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>Vedere se un numero è dispari o pari in php</title>
		<link>http://www.alexviola.com/vedere-se-un-numero-e-dispari-o-pari-in-php/</link>
		<comments>http://www.alexviola.com/vedere-se-un-numero-e-dispari-o-pari-in-php/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:16:09 +0000</pubDate>
		<dc:creator>Alex V.</dc:creator>
				<category><![CDATA[Script PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.alexviola.com/?p=44</guid>
		<description><![CDATA[Semplicissimo script, ma alquanto utile, per stabilire se un intero è dispari o pari.
&#60;?php
$number = 21;
if($number% 2==&#8217;0&#8242;)
{
    echo $number. &#8221; pari&#8221;;
}
else
{
    echo $number.&#8221; dispari&#8221;;
}
?&#62;

]]></description>
			<content:encoded><![CDATA[<p>Semplicissimo script, ma alquanto utile, per stabilire se un intero è dispari o pari.</p>
<div style="background:#eeeeee;padding:20px;">&lt;?php<br />
$number = 21;<br />
if($number% 2==&#8217;0&#8242;)<br />
{<br />
    echo $number. &#8221; pari&#8221;;<br />
}<br />
else<br />
{<br />
    echo $number.&#8221; dispari&#8221;;<br />
}<br />
?&gt;</div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.alexviola.com/vedere-se-un-numero-e-dispari-o-pari-in-php/" target="_blank"><img src="http://www.alexviola.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexviola.com/vedere-se-un-numero-e-dispari-o-pari-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
