Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 04-21-2005, 04:15 AM Pay Pal Help
starsunited's Avatar
Extreme Talker

Posts: 211
Location: Singapore
Trades: 0
I'm doing a donation function where people can just donate money using their credit cards to individual paypal account. what i want to ask is this, if the paypal is not a business account, the coding of the fields, is there any difference? or is it possible to directly deduct the money from the credit card and transfer it to the person's account?
__________________

Please login or register to view this content. Registration is FREE
starsunited is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-21-2005, 06:08 AM
starsunited's Avatar
Extreme Talker

Posts: 211
Location: Singapore
Trades: 0
i try this form to get to the paypal account

Code:
$form = "<form name= 'formName' action='https://www.paypal.com/cgi-bin/webscr' method=post>";

$form .= "<input type='hidden' name='cmd' value=' xclick'>";
$form .= "<input type='hidden' name='business' value='$email'>";
$form .= "<input type='hidden' name='item_name' value='$item_name'>";
$form .= "<input type='hidden' name='currency_code' value='USD'>";
$form .= "<input type='hidden' name='amount' value='$amount'>";
$form .= "<input type='image' src='http://www.paypal.com/en_US/i/btn/x-click-but01.gif' name=submit alt='Make Payments with PayPal - it's fast, free and secure!'>";
$form .="</form>
and this could not show the page where the person enter in details but instead it show this error message


You must log in before you access this page.
__________________

Please login or register to view this content. Registration is FREE
starsunited is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Pay Pal Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.75832 seconds with 12 queries