<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PHP Class: Paypal Button Generator</title>
	<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/</link>
	<description>A snapshot of my more professional life</description>
	<pubDate>Mon, 08 Sep 2008 16:23:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: texttotv</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3851</link>
		<dc:creator>texttotv</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:14:16 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3851</guid>
		<description>Exactly what I was looking for!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin W</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3841</link>
		<dc:creator>Martin W</dc:creator>
		<pubDate>Tue, 24 Jun 2008 00:36:42 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3841</guid>
		<description>A teeny little suggestion, if I may : modify the constructor
thusly : 
function PayPalButton($paypal_url='https://www.paypal.com/cgi-bin/webscr')
and make the code use that string : makes it heaps easier to do testing via the paypal sandbox. Otherwise - Lovely Stuff!

Cheers,

Martin</description>
		<content:encoded><![CDATA[<p>A teeny little suggestion, if I may : modify the constructor<br />
thusly :<br />
function PayPalButton($paypal_url=&#8217;https://www.paypal.com/cgi-bin/webscr&#8217;)<br />
and make the code use that string : makes it heaps easier to do testing via the paypal sandbox. Otherwise - Lovely Stuff!</p>
<p>Cheers,</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Rogers</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3312</link>
		<dc:creator>Phil Rogers</dc:creator>
		<pubDate>Fri, 30 May 2008 11:02:34 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3312</guid>
		<description>I have been looking for something like this for ages.
Assuming PayPal haven't changed the way they work, I look forward to putting this to good use.
Thanks.</description>
		<content:encoded><![CDATA[<p>I have been looking for something like this for ages.<br />
Assuming PayPal haven&#8217;t changed the way they work, I look forward to putting this to good use.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3230</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Mon, 26 May 2008 22:20:19 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-3230</guid>
		<description>Hi, anyone know if its possible with this class, to include the logo of my site, in the paypal banner, when a user is bying a product.

i've tryed to use the attribute $image, but it dosen't work. i used an image with 150x50.

am i doing somthig wrong? is that the attribute?</description>
		<content:encoded><![CDATA[<p>Hi, anyone know if its possible with this class, to include the logo of my site, in the paypal banner, when a user is bying a product.</p>
<p>i&#8217;ve tryed to use the attribute $image, but it dosen&#8217;t work. i used an image with 150&#215;50.</p>
<p>am i doing somthig wrong? is that the attribute?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2272</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Mon, 21 Apr 2008 08:53:28 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2272</guid>
		<description>I should mention that I wrote this class over 2 years ago, I don't even know if paypal supports it's features anymore.</description>
		<content:encoded><![CDATA[<p>I should mention that I wrote this class over 2 years ago, I don&#8217;t even know if paypal supports it&#8217;s features anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2271</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Mon, 21 Apr 2008 08:52:44 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2271</guid>
		<description>Yes exactly. Dynamic generation of buttons with hidden custom fields and the like.

There is a less secure way of getting the success or failure to a page, known as the passthrough URL. But, because it is simply a POST request it is open to vulnerability.</description>
		<content:encoded><![CDATA[<p>Yes exactly. Dynamic generation of buttons with hidden custom fields and the like.</p>
<p>There is a less secure way of getting the success or failure to a page, known as the passthrough URL. But, because it is simply a POST request it is open to vulnerability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porter</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2270</link>
		<dc:creator>Porter</dc:creator>
		<pubDate>Mon, 21 Apr 2008 08:48:00 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2270</guid>
		<description>Thanks JC, But what is the effectiveness of your class, PAYPAL buttons u generate dynamically ?I also need a list of buttons with an ID for each of the button , (ID from Database).. I also need this, but also a payment security - I mean IPN type should be incorporated in my system, I mean- the  payment was a success or failure.</description>
		<content:encoded><![CDATA[<p>Thanks JC, But what is the effectiveness of your class, PAYPAL buttons u generate dynamically ?I also need a list of buttons with an ID for each of the button , (ID from Database).. I also need this, but also a payment security - I mean IPN type should be incorporated in my system, I mean- the  payment was a success or failure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2266</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Mon, 21 Apr 2008 07:32:57 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2266</guid>
		<description>No. The class will create a Button that they can use to pay with, that is all. What you are looking for is Paypal IPN. It's a secure way of checking whether the visitor has just come from paypal, and if the payment was a success or failure.

This class has an option for an IPN url, which you will need to use as part of the process. Searching paypals site for IPN will help you find out more.</description>
		<content:encoded><![CDATA[<p>No. The class will create a Button that they can use to pay with, that is all. What you are looking for is Paypal IPN. It&#8217;s a secure way of checking whether the visitor has just come from paypal, and if the payment was a success or failure.</p>
<p>This class has an option for an IPN url, which you will need to use as part of the process. Searching paypals site for IPN will help you find out more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Porter</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2259</link>
		<dc:creator>Michael Porter</dc:creator>
		<pubDate>Mon, 21 Apr 2008 03:15:44 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-2259</guid>
		<description>My problem is - I want to build a cart which will prevent visitors to view private pages until they PAY  thru paypal. How to do it ? Will this CLASS help me</description>
		<content:encoded><![CDATA[<p>My problem is - I want to build a cart which will prevent visitors to view private pages until they PAY  thru paypal. How to do it ? Will this CLASS help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco (DJ in Houston) Perez</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-1448</link>
		<dc:creator>Francisco (DJ in Houston) Perez</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:40:14 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-1448</guid>
		<description>This is working great for our application, I have a few websites that will benefit from this. Right now it's being used at a college frat website that accepts donations...

cool stuff... thanks</description>
		<content:encoded><![CDATA[<p>This is working great for our application, I have a few websites that will benefit from this. Right now it&#8217;s being used at a college frat website that accepts donations&#8230;</p>
<p>cool stuff&#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franck</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-513</link>
		<dc:creator>franck</dc:creator>
		<pubDate>Thu, 04 Oct 2007 18:45:52 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-513</guid>
		<description>first be indulgent about my english (i'm french) i'am looking for a php code that might be very easy for you, i've built a website with a shopping cart but now i want to integrate paypal to give my customer another way to pay.So when the customer is checking out he is asked to choose and option to pay his cart.when he click on "pay with paypal or credit cartd" i would like to find a way to dynamically build this button in function of the customer's shopping cart button  so that he would be using a single button to send informations about a multiple-items-shopping-cart to paypal</description>
		<content:encoded><![CDATA[<p>first be indulgent about my english (i&#8217;m french) i&#8217;am looking for a php code that might be very easy for you, i&#8217;ve built a website with a shopping cart but now i want to integrate paypal to give my customer another way to pay.So when the customer is checking out he is asked to choose and option to pay his cart.when he click on &#8220;pay with paypal or credit cartd&#8221; i would like to find a way to dynamically build this button in function of the customer&#8217;s shopping cart button  so that he would be using a single button to send informations about a multiple-items-shopping-cart to paypal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-146</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 22 Dec 2006 11:45:21 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-146</guid>
		<description>Sounds great! I'll try it out!</description>
		<content:encoded><![CDATA[<p>Sounds great! I&#8217;ll try it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goran</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-106</link>
		<dc:creator>Goran</dc:creator>
		<pubDate>Wed, 29 Nov 2006 09:42:41 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-106</guid>
		<description>I will try your this great class.

Thank you.</description>
		<content:encoded><![CDATA[<p>I will try your this great class.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Karolis</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-51</link>
		<dc:creator>Robert Karolis</dc:creator>
		<pubDate>Sun, 15 Oct 2006 10:37:30 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-51</guid>
		<description>Hi - Great class. I was going to write one myself but yours works perfectly!! My site is an online website builder and one of my products is a 4 page dynamic site with a paypal driven shopping cart. As the customers build their own pages, your class worked perfectly to do all of the redirections etc. Thanks and great work!! You wont be able to see it in working for a few days as i still need to get the products pages built but the product is online.</description>
		<content:encoded><![CDATA[<p>Hi - Great class. I was going to write one myself but yours works perfectly!! My site is an online website builder and one of my products is a 4 page dynamic site with a paypal driven shopping cart. As the customers build their own pages, your class worked perfectly to do all of the redirections etc. Thanks and great work!! You wont be able to see it in working for a few days as i still need to get the products pages built but the product is online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-15</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Thu, 31 Aug 2006 01:38:21 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-15</guid>
		<description>Yes you're right, the example file that was included is quite outdated. I've re-written the examples, and they'll give you a much clearer picture now. The zip file has been updated with this new file (and the downloads here work now, yay!). If you're still having trouble, &lt;a href="http://www.jc21.com/contact.php" rel="nofollow"&gt;let me know&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Yes you&#8217;re right, the example file that was included is quite outdated. I&#8217;ve re-written the examples, and they&#8217;ll give you a much clearer picture now. The zip file has been updated with this new file (and the downloads here work now, yay!). If you&#8217;re still having trouble, <a href="http://www.jc21.com/contact.php" rel="nofollow">let me know</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wulfgen</title>
		<link>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-13</link>
		<dc:creator>Wulfgen</dc:creator>
		<pubDate>Wed, 30 Aug 2006 19:09:47 +0000</pubDate>
		<guid>http://blog.jc21.com/2006-06-12/paypal-button-generator/#comment-13</guid>
		<description>Trying to get this to work - the images link in the code is broken -- and for ex: just wood toys looks like a complete cart system (to me) The Planet source code area states there was an "example file as well" I figure this is the example.php page - I'm stuck here</description>
		<content:encoded><![CDATA[<p>Trying to get this to work - the images link in the code is broken &#8212; and for ex: just wood toys looks like a complete cart system (to me) The Planet source code area states there was an &#8220;example file as well&#8221; I figure this is the example.php page - I&#8217;m stuck here</p>
]]></content:encoded>
	</item>
</channel>
</rss>
