This is a discussion on "Whats the best way to do this?" within the PHP Forum section. This forum, and the thread "Whats the best way to do this? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Whats the best way to do this?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Whats the best way to do this?
Hi all,
I posted this in the wrong place, and was advised to stick it up here, so here i go... I want to add a donation page to my site, but it needs to show the average donation of all donations. I just can't figure out a good way of doing it. I would like to use paypal, but I don't think it would be possable to link a script to what people are paying via paypal. Any Ideas? Cheers, GC |
|
|
|
|||
|
Re: Whats the best way to do this?
You would use a server-side scripting language such as PHP and store every donation in a database (MySQL) so you would know the totals/averages. Fairly easy to do if you know PHP?
RalphF GoldRushWebHosting.com Last edited by karinne; Jun 22nd, 2007 at 12:11. Reason: No advertising please! Read the sig rules! |
|
|||
|
Re: Whats the best way to do this?
is there any way of automatically capturing he values as people make donations though?
|
|
|||
|
Re: Whats the best way to do this?
I've done my share of PayPal interface programming (in PHP) and while I don't recall specifically if it will do what you are asking, I do know PP has a lot of online help docs explaining how their system works (for the developer). Try looking thru those docs and see what you can find.
They may even have a developers forum now so you could post there too. Otherwise, you'll have to end up with a programming solution, but it's not a complex task and even if you have to hire it out, it shouldn't cost that much. RalphF GoldRushWebHosting.com Last edited by karinne; Jun 22nd, 2007 at 12:11. Reason: No advertising please! Read the sig rules! |
![]() |
| Tags |
| donation |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Whats in a name? | jhappeal | Webforumz Cafe | 15 | Nov 6th, 2007 19:56 |
| Hi All Whats Up | DarkwizarD | Introduce Yourself | 6 | Jun 27th, 2007 07:15 |
| Whats the best way to do this? | GCpd | Website Planning | 4 | Jun 17th, 2007 09:53 |
| Whats up | jjgamepro17 | Introduce Yourself | 6 | Nov 8th, 2006 14:48 |
| Whats a CGI-Bin? | NewDesigner | Web Page Design | 6 | Sep 3rd, 2006 03:33 |