PHP Donation Form | Installation Guide

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 2

code source
code source
PHP Donation Form - Installation Guide
Step1 - Edit Config File
General Config
Open: php\include\config\config.php
array(1.
"site_url"=> "http://www.yourdomain.com/donation-form/"
, // Trailing slash must be there
2.
"demo_mode"=> true, // email will be disabled3.
"currency"=> 'USD', 4.
"database" => array(5.
'host'=>'localhost', // Your DB Host6.
'user'=>'root', // DB User7.
'password'=>'root', // DB Password8.
'db'=>'donation_form' // Database9.
)10.
);11.
Payment Config
Open: php\include\config\config.php
array(1.
'paypal' => array2.
(3.
//PayPal Business Email4.
'merchant_email' => '1327561752_biz@gmail.com',5.
6.
// PDT Token from PayPal - Check PayPal Website Preference Settings7.
'pdt_auth_code' =>
'XXzsgLIK23zrz_FEDP2sYYXXjd9xi4YiXSTz9IFloD9uGOE2Q3jlhdyJkvq'
8.
) 9.
);10.
Step2 - Database
Create Database
You can use MySQL Manager e.g. PHPMyAdmin
Import Database
SQL File: docs\database\donation_form.sql
Step3 - Test - Thats it!
PHP Donation Form | Installation Guide
http://localhost:50/cc/donation-form/docs/guide.php
1 of 2
1/26/2012 10:46 PM
Donation Form
http://localhost:50/cc/donation-form/
Admin Details
http://localhost:50/cc/donation-form/admin.php
u: admin
p: admin
PHP Donation Form | Installation Guide
http://localhost:50/cc/donation-form/docs/guide.php
2 of 2
1/26/2012 10:46 PM

Navigation menu