Paypal button won't work

m2designme

New member
Joined
Oct 20, 2006
Messages
3
Has any one had trouble installing a Paypal button to a page?

I have tried the code on another website and it works fine, but whenever I try to use it on my server, it comes back as a 404 Error.

Not Found
The requested URL /select was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Any ideas?
 
Prob will have to show us what code you used so that we can try to help.
 
Paypal won't work

Thanks for the reply.
This is the code used.


<div align="center"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="M2 Mentoring Outreach">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image"
src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0"
name="submit" alt="Make payments with PayPal - it's fast, free and
secure!">
<img alt="" border="0"
src="https://www.paypal.com/en_US/i/scr/pixel.gif"
width="1" height="1">
</form></div>
 
Last edited:
What's the full path of the current directory (the directory in which the code executes)?

Jeff
 
Paypal button

Thank you for your responses.

I had left out a </form> on a previous form and it was bleeding into the paypal one.

The problem has been resolved and I am better for it.

Isaac
 
Back
Top