interesting... would you have a more php interan version... that or ideas on making the switch... I'm going to start picking apart this... and get a handle on it... Thank you for the help...
Jeremy
Main Topics
Browse All TopicsHello, I have a script that automatically makes a Paypal sandbox button.. but I was wondering if there was a way to auto log in so the testing would be faster.. is there an api or something I can pass the user and password so it's quicker to test... Thank you for the help...
Cheers
Jeremy
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: selvolPosted on 2009-08-01 at 19:45:52ID: 24997555
I made a page that would auto submit the form to login.. It's been sometime but I 'll show you what I did.
"action=https://www.paypal .com/us/cg i-bin/webs cr?cmd=_lo gin-submit &dispa tch= **************
<input type="hidden" name="login_params" value=" ********************
Is you might need to change the part past the above value to your own.. You can get the values be viewing the source of the page that is displayed before you login.. You need to right click on the "logging in" page and view the source. That is the page after you login that is displayed for apprx. 5 seconds. It will look similar to what is below. Change the user name, and Password fields to you info. Save the below code as an html page. Alter it with your info before opening the html page.
I hope this is clear for you.
Selvol
Select allOpen in new window