Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Help w/Creating Donation Table with Progress Bar

Hello,

I'm really interested in trying to create the following table.

http://imageshack.us/photo/my-images/521/treehousehelp.png/

I know how to make the paypal donate button, but what I'm really interested in is the progress bar that tracks the total amount donated so far. Really appreciate any help given.

Thanks!

1 Answer

When a payment is made, you can either record the payment in your website or not. If you record it, and use a callback feature within your paypal account, you can match the callback's details with the details you recorded when someone paid and keep a running total of the amount received so far. You will need some kind of server-side programming language, such as PHP, Ruby, Node.js or ASP, etc.