<?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>Own to share</title>
	<atom:link href="http://pranjol.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://pranjol.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Aug 2010 11:17:55 +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>Zend Framework Quick Start in xampp and Windows</title>
		<link>http://pranjol.com/?p=72</link>
		<comments>http://pranjol.com/?p=72#comments</comments>
		<pubDate>Fri, 27 Aug 2010 11:17:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=72</guid>
		<description><![CDATA[Now i am writing what i have done for my project learning from the zend documentation. It(Zend) follows the MVC design pattern (with some extension, like form). Create Project 1. Start&#62;Run (cmd) zf create project E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend test_zend Create Layout go to the application directory(in command pormpt.) where .zfproject.xml remains execute this command: zf enable layout In [...]]]></description>
			<content:encoded><![CDATA[<p>Now i am writing what i have done for my project learning from the <a href="http://framework.zend.com/manual/en/learning.quickstart.intro.html" target="_blank">zend documentation</a>. It(Zend) follows the MVC design pattern (with some extension, like form).</p>
<p><strong>Create Project</strong></p>
<p>1. Start&gt;Run (cmd)</p>
<p>zf create project E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend test_zend</p>
<p><strong>Create Layout</strong></p>
<p>go to the application directory(in command pormpt.) where .zfproject.xml remains</p>
<p>execute this command:</p>
<p>zf enable layout</p>
<p>In application/configs/application.ini file append</p>
<p>; Add to [production] section:</p>
<p>resources.view[] =</p>
<p><strong>Add a function to Bootstrap</strong></p>
<div id="_mcePaste">protected function _initDoctype()</div>
<div id="_mcePaste">{</div>
<div id="_mcePaste">$this-&gt;bootstrap(&#8216;view&#8217;);</div>
<div id="_mcePaste">$view = $this-&gt;getResource(&#8216;view&#8217;);</div>
<div id="_mcePaste">$view-&gt;doctype(&#8216;XHTML1_STRICT&#8217;);</div>
<div id="_mcePaste">}</div>
<div></div>
<div>make a file in <span style="font-family: 'Courier New', Courier, monospace; line-height: 21px; font-size: 17px;">application/layouts/scripts/layout.phtml</span></div>
<div><span style="font-family: 'Courier New', Courier, monospace; line-height: 21px; font-size: 17px;"><br />
</span></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling layout for zend framework</title>
		<link>http://pranjol.com/?p=59</link>
		<comments>http://pranjol.com/?p=59#comments</comments>
		<pubDate>Wed, 25 Aug 2010 10:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=59</guid>
		<description><![CDATA[It gives error when we execute the command zf enable layout Solution: 1. Go to the app path C:\Documents and Settings\Faruque&#62; E: E:\&#62;cd E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend now run the command: E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend&#62;zf enable layout yap, done.]]></description>
			<content:encoded><![CDATA[<p>It gives error when we execute the command</p>
<p>zf enable layout</p>
<p>Solution:</p>
<p>1. Go to the app path</p>
<div id="_mcePaste">C:\Documents and Settings\Faruque&gt; E:</div>
<div></div>
<div>E:\&gt;cd E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend</div>
<div></div>
<div>now run the command:</div>
<div>E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend&gt;zf enable layout</div>
<div></div>
<div>yap, done.</div>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing zend framework in windows xampp</title>
		<link>http://pranjol.com/?p=56</link>
		<comments>http://pranjol.com/?p=56#comments</comments>
		<pubDate>Wed, 25 Aug 2010 08:56:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=56</guid>
		<description><![CDATA[1. Download zend framework. keep it any where in your hard disk. After downloading the ZF, we can add the library in two ways i. In php.ini file add include_path to library. include_path = &#8220;.;D:\xampp\php\PEAR;E:\Faruque\Projects\gyneca\Source\trunk\test_php\Zend\library&#8221; or ii. Keep the Zend folder of library folder to PEAR folder and make sure the following code is uncommented [...]]]></description>
			<content:encoded><![CDATA[<p>1. Download zend framework. keep it any where in your hard disk.</p>
<p>After downloading the ZF, we can add the library in two ways</p>
<p>i. In php.ini file add include_path to library.</p>
<p>include_path = &#8220;.;D:\xampp\php\PEAR;E:\Faruque\Projects\gyneca\Source\trunk\test_php\Zend\library&#8221;</p>
<p>or</p>
<p>ii. Keep the Zend folder of library folder to</p>
<p>PEAR folder and make sure the following code is uncommented in php.ini file</p>
<p>include_path = &#8220;.;D:\xampp\php\PEAR&#8221;</p>
<p>2. Copy the zf.bat and zf.php from bin to D:\xampp\php\</p>
<p>3. Set environment variable (Right click on mycomputer&gt;properties&gt;advance&gt;Environment variables)</p>
<ul>
<li>make a user variable zf = D:\xampp\php\zf.bat</li>
<li>make a user variable php = D:\xampp\php\php.exe</li>
<li><a href="http://pranjol.com/wp-content/uploads/2010/08/Untitled-1.jpg"><img rel="overlay_image_56"class="aligncenter size-thumbnail wp-image-63" title="Untitled-1" src="http://pranjol.com/wp-content/uploads/2010/08/Untitled-1-150x150.jpg" alt="" width="150" height="150" /></a></li>
</ul>
<p>4. use command (Start&gt;Run:cmd)</p>
<p>5. type:</p>
<p>zf create project path/to/application ( Ex: E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend) project name (Ex: test_zend)</p>
<p>6.  make virtual host</p>
<ul>
<li>Open the file  : D:\xampp\apache\conf\extra\httpd-vhost.conf</li>
<li>Uncomment <strong>NameVirtualHost *:80</strong></li>
</ul>
<p>type</p>
<div id="_mcePaste">&lt;VirtualHost *:80&gt;</div>
<div id="_mcePaste">ServerName test_zend.local</div>
<div id="_mcePaste">DocumentRoot &#8220;E:/Faruque/Projects/gyneca/Source/trunk/test_php/test_zend/public&#8221;</div>
<div id="_mcePaste">SetEnv APPLICATION_ENV &#8220;development&#8221;</div>
<div id="_mcePaste">&lt;Directory &#8220;E:/Faruque/Projects/gyneca/Source/trunk/test_php/test_zend/public&#8221;&gt;</div>
<div id="_mcePaste">DirectoryIndex index.php</div>
<div id="_mcePaste">AllowOverride All</div>
<div id="_mcePaste">Order allow,deny</div>
<div id="_mcePaste">Allow from all</div>
<div id="_mcePaste">&lt;/Directory&gt;</div>
<div id="_mcePaste">&lt;/VirtualHost&gt;</div>
<div id="_mcePaste">7. write the server name in host file:(C:\windows\system32\drivers\etc\hosts)</div>
<div>127.0.0.1 test_zend.local</div>
<div>8. Run it through browser: http://test_zend.local</div>
<div>hey it should work.</div>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preliminaries for Zend Framework installation</title>
		<link>http://pranjol.com/?p=53</link>
		<comments>http://pranjol.com/?p=53#comments</comments>
		<pubDate>Tue, 24 Aug 2010 06:09:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=53</guid>
		<description><![CDATA[Changing directory in cmd prompt(windows) C:\Documents and Settings\Faruque&#62;cd /d D: or C:\Documents and Settings\Faruque&#62;D:]]></description>
			<content:encoded><![CDATA[<p>Changing directory in cmd prompt(windows)</p>
<p>C:\Documents and Settings\Faruque&gt;cd /d D:</p>
<p>or</p>
<p>C:\Documents and Settings\Faruque&gt;D:</p>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Zend FrameWork(Introduction)</title>
		<link>http://pranjol.com/?p=49</link>
		<comments>http://pranjol.com/?p=49#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:23:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=49</guid>
		<description><![CDATA[From today i have started learning Zend Framework. First step is downloading the framework: http://framework.zend.com/. 2nd step is unzip the framework. complete. (As i have done only this portion)]]></description>
			<content:encoded><![CDATA[<p>From today i have started learning Zend Framework.</p>
<p>First step is downloading the framework: <a href="http://framework.zend.com/">http://framework.zend.com/</a>.</p>
<p>2nd step is unzip the framework.</p>
<p>complete. (As i have done only this portion)</p>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paypal Integration(4th day)</title>
		<link>http://pranjol.com/?p=41</link>
		<comments>http://pranjol.com/?p=41#comments</comments>
		<pubDate>Tue, 10 Aug 2010 05:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=41</guid>
		<description><![CDATA[What do u think? Is it completed? No. We have made the form to submit. Now, 1. Data will go to paypal 2. paypal shows the payment form. 3. After transaction it(paypal) will send a notification to my site(The location i  have given at the form.). &#60;input type=”hidden” name=”notify_url” value=”http://www.abcd.com/ipn/ipn.php”&#62; 4.  Now I have to [...]]]></description>
			<content:encoded><![CDATA[<p>What do u think? Is it completed? No. We have made the form to submit.</p>
<p>Now,</p>
<p>1. Data will go to paypal</p>
<p>2. paypal shows the payment form.</p>
<p>3. After transaction it(paypal) will send a notification to my site(The location i  have given at the form.).</p>
<p>&lt;input type=”hidden” name=”notify_url” value=”http://www.abcd.com/ipn/ipn.php”&gt;</p>
<p>4.  Now I have to send the notification data to paypal for verification.(I missed this step to my project and i fell in gr8 trouble)</p>
<p>5.  After verification, paypal sends me another notification.</p>
<p>6. Then i start processing the data(inserting in db , sending mail etc).</p>
<p>Its hard.na?</p>
<p>Paypal provides this handler for different language. So &#8230;. no problem.</p>
<p>The code of paypal ipn handler:</p>
<div id="_mcePaste">&lt;?php</div>
<div id="_mcePaste">// PHP 4.1</div>
<div id="_mcePaste">// read the post from PayPal system and add &#8216;cmd&#8217;</div>
<div id="_mcePaste">$req = &#8216;cmd=_notify-validate&#8217;;</div>
<div id="_mcePaste">foreach ($_POST as $key =&gt; $value) {</div>
<div id="_mcePaste">$value = urlencode(stripslashes($value));</div>
<div id="_mcePaste">$req .= &#8220;&amp;$key=$value&#8221;;</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">// post back to PayPal system to validate</div>
<div id="_mcePaste">$header .= &#8220;POST /cgi-bin/webscr HTTP/1.0\r\n&#8221;;</div>
<div id="_mcePaste">$header .= &#8220;Content-Type: application/x-www-form-urlencoded\r\n&#8221;;</div>
<div id="_mcePaste">$header .= &#8220;Content-Length: &#8221; . strlen($req) . &#8220;\r\n\r\n&#8221;;</div>
<div id="_mcePaste">$fp = fsockopen (&#8216;ssl://www.sandbox.paypal.com&#8217;, 443, $errno, $errstr, 30);</div>
<div id="_mcePaste">// assign posted variables to local variables</div>
<div id="_mcePaste">$item_name = $_POST['item_name'];</div>
<div id="_mcePaste">$item_number = $_POST['item_number'];</div>
<div id="_mcePaste">$payment_status = $_POST['payment_status'];</div>
<div id="_mcePaste">$payment_amount = $_POST['mc_gross'];</div>
<div id="_mcePaste">$payment_currency = $_POST['mc_currency'];</div>
<div id="_mcePaste">$txn_id = $_POST['txn_id'];</div>
<div id="_mcePaste">$receiver_email = $_POST['receiver_email'];</div>
<div id="_mcePaste">$payer_email = $_POST['payer_email'];</div>
<div id="_mcePaste">if (!$fp) {</div>
<div id="_mcePaste">// HTTP ERROR</div>
<div id="_mcePaste">} else {</div>
<div id="_mcePaste">fputs ($fp, $header . $req);</div>
<div id="_mcePaste">while (!feof($fp)) {</div>
<div id="_mcePaste">$res = fgets ($fp, 1024);</div>
<div id="_mcePaste">if (strcmp ($res, &#8220;VERIFIED&#8221;) == 0) {</div>
<div id="_mcePaste">// check the payment_status is Completed</div>
<div id="_mcePaste">// check that txn_id has not been previously processed</div>
<div id="_mcePaste">// check that receiver_email is your Primary PayPal email</div>
<div id="_mcePaste">// check that payment_amount/payment_currency are correct</div>
<div id="_mcePaste">// process payment</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">else if (strcmp ($res, &#8220;INVALID&#8221;) == 0) {</div>
<div id="_mcePaste">// log for manual investigation</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">fclose ($fp);</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">?&gt;</div>
<div>=============================================================</div>
<div>Completed.  \m/</div>
<div>Alhamdulillah (<span style="font-family: arial, sans-serif; line-height: 15px; font-size: x-small;">All praise is due to Allah</span>).</div>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal Integration(3rd day)</title>
		<link>http://pranjol.com/?p=29</link>
		<comments>http://pranjol.com/?p=29#comments</comments>
		<pubDate>Wed, 14 Jul 2010 09:54:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=29</guid>
		<description><![CDATA[1. &#60;form action=”https://www.sandbox.paypal.com/cgi-bin/webscr” method=”post”&#62; form action is ”https://www.sandbox.paypal.com/cgi-bin/webscr” ,bcoz i am testing my integration is correct or not. When it is correct, change it to &#8220;https://www.paypal.com/cgi-bin/webscr&#8221; 2. &#60;input type=”hidden” name=”cmd” value=”_xclick”&#62; I dont know why i had to give it sorry. 3. &#60;input type=”hidden” name=”business” value=”abcd_1278228107_biz@yahoo.com”&#62; It is my paypal merchant account. &#8230; I think u can understand the [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">1. &lt;form action=”https://www.sandbox.paypal.com/cgi-bin/webscr” method=”post”&gt;</div>
<div>form action is ”https://www.sandbox.paypal.com/cgi-bin/webscr” ,bcoz i am testing my integration is correct or not. When it is correct, change it to &#8220;https://www.paypal.com/cgi-bin/webscr&#8221;</div>
<div id="_mcePaste"></div>
<div>2. &lt;input type=”hidden” name=”cmd” value=”_xclick”&gt;</div>
<div>I dont know why i had to give it sorry.</div>
<div></div>
<div>3. <span style="font-family: Arial, Helvetica, sans-serif; line-height: 18px; color: #333333;">&lt;input type=”hidden” name=”business” value=”abcd_1278228107_biz@yahoo.com”&gt;</span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif; line-height: 18px; color: #333333;">It is my paypal merchant account.</span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif; color: #333333;"><span style="line-height: 18px;">&#8230;</span></span></div>
<div>I think u can understand the purpose of other input</div>
<div><span style="font-family: Arial, Helvetica, sans-serif; color: #333333;"><span style="line-height: 18px;">&#8230;</span></span></div>
<div></div>
<div><span style="font-family: Arial, Helvetica, sans-serif; color: #333333;"><span style="line-height: 18px;">&lt;input type=”hidden” name=”custom” value=”&lt;?php echo $_SESSION['username'];?&gt;”&gt;</span></span></div>
<div></div>
<div><span style="font-family: Arial, Helvetica, sans-serif; color: #333333;"><span style="line-height: 18px;">to get the username to my IPN handler i hav written this.</span></span></div>
<div></div>
<div><span style="font-family: Arial, Helvetica, sans-serif; color: #333333;"><span style="line-height: 18px;">Any question? </span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif; color: #333333;"><span style="line-height: 18px;">No? good.</span></span></div>
<div></div>
<div></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=29</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Paypal Integration(2nd day)</title>
		<link>http://pranjol.com/?p=24</link>
		<comments>http://pranjol.com/?p=24#comments</comments>
		<pubDate>Thu, 08 Jul 2010 11:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=24</guid>
		<description><![CDATA[The minimalistic order form: &#60;form action=&#8221;https://www.sandbox.paypal.com/cgi-bin/webscr&#8221; method=&#8221;post&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;cmd&#8221; value=&#8221;_xclick&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;business&#8221; value=&#8221;abcd_1278228107_biz@yahoo.com&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;item_name&#8221; value=&#8221;abcdaNow Service&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;item_number&#8221; value=&#8221;1&#8243;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;amount&#8221; value=&#8221;3&#8243;&#62; &#60;!&#8211; &#60;input type=&#8221;hidden&#8221; name=&#8221;tax&#8221; value=&#8221;1&#8243;&#62;&#8211;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;quantity&#8221; value=&#8221;1&#8243;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;no_note&#8221; value=&#8221;1&#8243;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;currency_code&#8221; value=&#8221;USD&#8221;&#62; &#60;!&#8211; Enable override of payer’s stored PayPal address &#8211;&#62; &#60;input [...]]]></description>
			<content:encoded><![CDATA[<p>The minimalistic order form:</p>
<div id="_mcePaste">&lt;form action=&#8221;https://www.sandbox.paypal.com/cgi-bin/webscr&#8221; method=&#8221;post&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;cmd&#8221; value=&#8221;_xclick&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;business&#8221; value=&#8221;abcd_1278228107_biz@yahoo.com&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;item_name&#8221;</div>
<div id="_mcePaste">value=&#8221;abcdaNow Service&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;item_number&#8221; value=&#8221;1&#8243;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;amount&#8221; value=&#8221;3&#8243;&gt;</div>
<div id="_mcePaste">&lt;!&#8211;				&lt;input type=&#8221;hidden&#8221; name=&#8221;tax&#8221; value=&#8221;1&#8243;&gt;&#8211;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;quantity&#8221; value=&#8221;1&#8243;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;no_note&#8221; value=&#8221;1&#8243;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;currency_code&#8221; value=&#8221;USD&#8221;&gt;</div>
<div id="_mcePaste">&lt;!&#8211; Enable override of payer’s stored PayPal address &#8211;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;address_override&#8221; value=&#8221;1&#8243;&gt;</div>
<div id="_mcePaste">&lt;!&#8211; Set prepopulation variables to override stored address &#8211;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;address_name&#8221; value=&#8221;safaruque&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;first_name&#8221; value=&#8221;john pancraft&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;last_name&#8221; value=&#8221;last sent&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;notify_url&#8221; value=&#8221;http://www.abcd.com/ipn/ipn.php&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;return&#8221; value=&#8221;http://www.adbc.com/success.php&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;cbt&#8221; value=&#8221;Continue &gt;&gt;&#8221;&gt;</div>
<div id="_mcePaste">&lt;input type=&#8221;hidden&#8221; name=&#8221;custom&#8221; value=&#8221;&lt;?php echo $_SESSION['username'];?&gt;&#8221;&gt;</div>
<div>
<div>&lt;input type=&#8221;image&#8221; name=&#8221;submit&#8221; border=&#8221;0&#8243;</div>
<div><span style="white-space: pre;"> </span>src=&#8221;https://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif&#8221;</div>
<div><span style="white-space: pre;"> </span>alt=&#8221;PayPal &#8211; The safer, easier way to pay online&#8221;&gt;</div>
<div><span style="white-space: pre;"> </span>&lt;/form&gt;</div>
</div>
<div>Wanna explanation? which &lt;input&gt; is for what?</div>
<div>&#8211;Give comments or i will publish automatically. <img rel="overlay_image_24"src='http://pranjol.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal Integration(1st day)</title>
		<link>http://pranjol.com/?p=21</link>
		<comments>http://pranjol.com/?p=21#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:29:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=21</guid>
		<description><![CDATA[Yap, atlast i have integrated my project to paypal. Its easy but need some guidence. For my project scenario is - Client will login to my page They put the quantity of products And click buy now button 1 notification(IPN) will come to me(Site Admin). I will store the info(user_name, amount) to DB. Thats it. I have [...]]]></description>
			<content:encoded><![CDATA[<p>Yap, atlast i have integrated my project to paypal. Its easy but need some guidence.</p>
<p>For my project scenario is -</p>
<ol>
<li>Client will login to my page</li>
<li>They put the quantity of products</li>
<li>And click buy now button</li>
<li>1 notification(IPN) will come to me(Site Admin).</li>
<li>I will store the info(user_name, amount) to DB.</li>
</ol>
<p>Thats it.</p>
<p>I have made a order form given in next post. Now i m busy. :p:p:p:p:p</p>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal Integration(Introduction)</title>
		<link>http://pranjol.com/?p=19</link>
		<comments>http://pranjol.com/?p=19#comments</comments>
		<pubDate>Wed, 30 Jun 2010 05:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pranjol.com/?p=19</guid>
		<description><![CDATA[Again i have started learning paypal.]]></description>
			<content:encoded><![CDATA[<p>Again i have started learning paypal.</p>
]]></content:encoded>
			<wfw:commentRss>http://pranjol.com/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
