PDA

View Full Version : paypal



is0lized
April 21st, 2002, 20:40
i thought you could only have a payapl button on your site where they click it and it has all the info set up so they just put in the ammount and send it to you if your a premium or a biz member, but i saw a personal member do this, how can i set it up also?

zoobie
April 21st, 2002, 22:26
The thing I don't like about Paypal is they make the user join them and have to fill out an application before purchasing a service. :rolleyes:

is0lized
April 21st, 2002, 23:36
that has no use to me, your just posting what you dont like about PP

trenzterra
April 21st, 2002, 23:49
Hmm I think you have to find it on their site.


Or maybe copy their code and replace the link with your id or something...

is0lized
April 21st, 2002, 23:51
i found it on my friends site, but he doesnt rememebr how he did it

skorpion
April 22nd, 2002, 09:37
<CENTER><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Donate money.<p>
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="your-name-here@hotmail.com">
<input type="hidden" name="item_name" value="Donate Money to your-name-here@hotmail.com">
<input type="hidden" name="item_number" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return" value="http://insertyoursitehere.net/ok.html">
<input type="hidden" name="cancel_return" value="http://insertyoursitehere.net/error.html">
<input type="hidden" name="no_note" value="1">
<input type="image" src="http://images.paypal.com/images/x-click-but21.gif" border="0" name="submit" alt="Donate Money">
</form>
</CENTER>