Hi Need a php script for Donate through paypal like: http://www.loksatta.org/Contribute.php there is by "Credit Card" you found at last. "I need after Donate the amount all the fields the user entered in the above page into a Mysql database. and email notification.." Any one please help me.. Thanking you in Advance...
What you need to do is set up PayPal IPN (Instant Payment Notification). You will basically send your user to PayPal and have them pay and once PayPal receives the payment it will contact your PHP script which can verify its authenticity, enter the information into the database, and do whatever else. PayPal includes a PHP code sample here: https://www.paypal.com/us/cgi-bin/webscr?cmd=p/xcl/rec/ipn-code-outside