<?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.myhow2guru.com/archives/category/webpage-language/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myhow2guru.com</link>
	<description>My Technical Sharing Blog</description>
	<lastBuildDate>Wed, 21 Jul 2010 02:55:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP send email request read receipt</title>
		<link>http://www.myhow2guru.com/archives/php-send-email-request-read-receipt/</link>
		<comments>http://www.myhow2guru.com/archives/php-send-email-request-read-receipt/#comments</comments>
		<pubDate>Mon, 31 May 2010 09:54:03 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Email Read Receipt]]></category>
		<category><![CDATA[phpmailer]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=172</guid>
		<description><![CDATA[Guys, When users using Emails function in some web base application (like sugarcrm, joomla), they might need to request read receipt from the recipients. Here is a simple tutorial on how to add in the &#8220;Request read receipt&#8221; in email while send out email thru PHP. I am using the phpmailer class to develop the [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/php-send-email-request-read-receipt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>customize SugarCRM out-of-box module field(s)</title>
		<link>http://www.myhow2guru.com/archives/customize-sugarcrm-out-of-box-module-fields/</link>
		<comments>http://www.myhow2guru.com/archives/customize-sugarcrm-out-of-box-module-fields/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 04:25:23 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SugarCRM]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=138</guid>
		<description><![CDATA[When deploying a SugarCRM project, there is always required to customize out-of-box modules. Here is the tutorial to teach your guys how to customize a field from Accounts module. 1. Create a new file call &#8220;custom_Account_OOB_Fields.php&#8221; ?View Code PHP&#60;?php //SET BILLING POSTALCODE AS A MANDATORY FIELD $GLOBALS&#91;&#34;dictionary&#34;&#93;&#91;&#34;Account&#34;&#93;&#91;'fields'&#93;&#91;'billing_address_postalcode'&#93;&#91;'required'&#93; = true; //SET THE HELP TEXT TO A [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/customize-sugarcrm-out-of-box-module-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP generate calendar file (ics)</title>
		<link>http://www.myhow2guru.com/archives/php-generate-calendar-file-ics/</link>
		<comments>http://www.myhow2guru.com/archives/php-generate-calendar-file-ics/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:19:45 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=132</guid>
		<description><![CDATA[I am working with some Event management system recently. The system requirement need to send out the confirmation to those registrants with a calendar ics attachment. For this, I need to make my application to generate the ics file and attach it inside the email notification. Below is the source to generate the ics file. [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/php-generate-calendar-file-ics/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHP connect to LDAP</title>
		<link>http://www.myhow2guru.com/archives/php-connect-to-ldap/</link>
		<comments>http://www.myhow2guru.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.myhow2guru.com/archives/php-connect-to-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP session problem while using iframe.</title>
		<link>http://www.myhow2guru.com/archives/php-session-problem-while-using-iframe/</link>
		<comments>http://www.myhow2guru.com/archives/php-session-problem-while-using-iframe/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 05:42:25 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA['P3P: CP="CAO PSA OUR"']]></category>
		<category><![CDATA[header('P3P: CP="CAO PSA OUR"');]]></category>
		<category><![CDATA[php session]]></category>
		<category><![CDATA[unable retrieve session]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=122</guid>
		<description><![CDATA[Hi guys, recently i am so busy and not able to update my website often. But today, I face a problem on the PHP session while using iframe to include a custom php file. The custom php file just doing some select/update command using session data. I try my script in Google Chrome &#38; Mozilla [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/php-session-problem-while-using-iframe/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PHP call oracle store procedure</title>
		<link>http://www.myhow2guru.com/archives/php-call-oracle-store-procedure/</link>
		<comments>http://www.myhow2guru.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.myhow2guru.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.myhow2guru.com/archives/apache-php-unable-connect-remote-mysql/</link>
		<comments>http://www.myhow2guru.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.myhow2guru.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.myhow2guru.com/archives/php-telnet-to-mail-server-pop3/</link>
		<comments>http://www.myhow2guru.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.myhow2guru.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.myhow2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/</link>
		<comments>http://www.myhow2guru.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.myhow2guru.com/archives/zend-php-connect-to-oracle-using-tnsnames/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
