<?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>Ecommy - your ecommerce support for your online business &#187; php</title>
	<atom:link href="http://www.ecommy.com/t/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ecommy.com</link>
	<description>the path to your business success</description>
	<lastBuildDate>Tue, 08 Nov 2011 18:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Local Date</title>
		<link>http://www.ecommy.com/programming/php-local-date</link>
		<comments>http://www.ecommy.com/programming/php-local-date#comments</comments>
		<pubDate>Thu, 06 Nov 2008 12:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php local date]]></category>

		<guid isPermaLink="false">http://www.ecommy.com/?p=204</guid>
		<description><![CDATA[      
      Using date and time functions in PHP is as easy as it gets. However there are times when the website you build is addressed to a non-English audience, let&#8217;s say Greek. We know that date(&#8220;F&#8221;) will echo &#8220;January&#8221; if we are in January and so on. So what if we wanted to echo the current [...]]]></description>
			<content:encoded><![CDATA[      
      <p>Using date and time functions in PHP is as easy as it gets. However there are times when the website you build is addressed to a non-English audience, let&#8217;s say Greek.</p>
<p>We know that date(&#8220;F&#8221;) will echo &#8220;January&#8221; if we are in January and so on. So what if we wanted to echo the current month in Greek (January = Ιανουάριος)?</p>
<p>The following code snipped will say everything it needs to:<br />
setlocale(LC_TIME, &#8216;greek&#8217;);<br />
echo strftime(&#8220;%B&#8221;); //Ιανουάριος</p>
<p>Note: On some windows systems the above code won&#8217;t work so you may want to try:<br />
setlocale(LC_CTYPE, &#8216;greek&#8217;);<br />
setlocale(LC_TIME, &#8216;greek&#8217;);<br />
echo strftime(&#8220;%B&#8221;); //Ιανουάριος</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommy.com/programming/php-local-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &amp; Oracle &#8211; Singapore Meeting</title>
		<link>http://www.ecommy.com/programming/php-oracle-singapore-meeting</link>
		<comments>http://www.ecommy.com/programming/php-oracle-singapore-meeting#comments</comments>
		<pubDate>Fri, 31 Oct 2008 08:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.ecommy.com/?p=179</guid>
		<description><![CDATA[      
      I recently invested some of my time to watch the PHP &#38; Oracle presentation video from the meeting which took place this month in Singapore: If you are in the PHP business it really worth considering porting your database to Oracle 10gR2 or 11g and using oci8 as oracle datasource for your application. Just some [...]]]></description>
			<content:encoded><![CDATA[      
      <p>I recently invested some of my time to watch the PHP &amp; Oracle presentation video from the meeting which took place this month in Singapore:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="437" height="290" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="viddler_acc6d377" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/acc6d377/" /><embed id="viddler_acc6d377" type="application/x-shockwave-flash" width="437" height="290" src="http://www.viddler.com/player/acc6d377/" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>If you are in the PHP business it really worth considering porting your database to Oracle 10gR2 or 11g and using oci8 as oracle datasource for your application.</p>
<p><strong>Just some of the performance features you will get</strong>:<br />
-prefetching rows (reducing round trips from web to database servers)<br />
guidelines to follow when prefetching rows:<br />
* don&#8217;t prefetch more data than necessary<br />
* use SQL to process data especially analytics functions</p>
<p>-binding scalars<br />
(avoiding double parsing SQL statements like SELECT * FROM USERS WHERE user_id=2 and SELECT * FROM USERS WHERE user_id=3)<br />
A great advantage is that avoids SQL injections too!</p>
<p>-transactions</p>
<p>-PL/SQL</p>
<p>-array binds</p>
<p>-statement cache</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommy.com/programming/php-oracle-singapore-meeting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.ecommy.com/t/php/feed ) in 0.27717 seconds, on Feb 6th, 2012 at 10:01 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 6th, 2012 at 11:01 am UTC -->
