<?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>How 2 Guru &#187; PHP</title>
	<atom:link href="http://www.how2guru.com/archives/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.how2guru.com</link>
	<description>My Technical Sharing Blog</description>
	<lastBuildDate>Tue, 04 Oct 2011 04:50:32 +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>PHP connect to LDAP</title>
		<link>http://www.how2guru.com/archives/php-connect-to-ldap/</link>
		<comments>http://www.how2guru.com/archives/php-connect-to-ldap/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 01:01:15 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[LDAP]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=128</guid>
		<description><![CDATA[I am working with a project that require connect to a AD to perform the user authorization. Before configure my application to login using the AD profile, I always using a simple PHP script to connect the AD setting that provided by my customer. Here is a simple script that let me know that those [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-connect-to-ldap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP call oracle store procedure</title>
		<link>http://www.how2guru.com/archives/php-call-oracle-store-procedure/</link>
		<comments>http://www.how2guru.com/archives/php-call-oracle-store-procedure/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 04:47:05 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Store Procedure]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=96</guid>
		<description><![CDATA[For PHP, it is not a difficult task to connect to Oracle database. But recently, I am working on a project that require me to execute the oracle store procedure with pass in some input &#38; retrieve the output. It should be pretty easy, just I never try it before. So I write a simple [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-call-oracle-store-procedure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache PHP unable connect remote MySQL</title>
		<link>http://www.how2guru.com/archives/apache-php-unable-connect-remote-mysql/</link>
		<comments>http://www.how2guru.com/archives/apache-php-unable-connect-remote-mysql/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 02:56:39 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SELinux]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=49</guid>
		<description><![CDATA[Recently I am setup a new server for one of my company client. After finish configure the server &#38; I am trying to setup SugarCRM inside the server, I found that the database connection part is not able to connect to a remote database server. Then I try to fill in database information to local [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/apache-php-unable-connect-remote-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php telnet to mail server pop3</title>
		<link>http://www.how2guru.com/archives/php-telnet-to-mail-server-pop3/</link>
		<comments>http://www.how2guru.com/archives/php-telnet-to-mail-server-pop3/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:39:52 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[POP3]]></category>
		<category><![CDATA[Telnet]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=41</guid>
		<description><![CDATA[Previously I had work on the telnet to some mail server &#38; trying to send out the email (refer here). Recently I am working on some with the mail server again, but is receiving this time. I am using PHP + MySQL to access to a mail account &#38; try to clean up the email [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-telnet-to-mail-server-pop3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend php connect to oracle using tnsnames</title>
		<link>http://www.how2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/</link>
		<comments>http://www.how2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 06:26:19 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Core]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=32</guid>
		<description><![CDATA[This few days I am trying to configure my Linux server Zend PHP to connect oracle by using the tnsnames.ora profile. For my finding, there are several ways to do so. 1. Install the oracle clients into the Linux server &#38; it will set the environment variable TNS_ADMIN to the correct path for the tnsnames.ora. [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

