Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Seecke

    PayPal IPN PHP Question

    hash"? I am unfamiliar with that term. I realize that I am not sending much to my dB right now. I just wanted to get the post working then add the other fields that I need. The IPN listener, ipn.php, is also for the test however I see your point and will make the necessary adjustments once it...
  2. Seecke

    PayPal IPN PHP Question

    Can't quite find the process for getting the form to post to the database then forward the user to paypal for payment with just one click of a subscribe button... Googled quite a bit and am not really understanding the process. On another note.. My IPN works but I have a strange issue. When...
  3. Seecke

    PayPal IPN PHP Question

    That's too simple LOL I will give it a shot!
  4. Seecke

    PayPal IPN PHP Question

    thanks... now are there any code samples out there that I can look at to 'see this in action'?
  5. Seecke

    PayPal IPN PHP Question

    Flash Forward: My form works entering data into the database!! The same form, works connecting to paypal and the payment is processing. (I changed the "post" variable to the paypal sandbox URL for testing this section.) jpadie, you mentioned something about adding the data to the database...
  6. Seecke

    PayPal IPN PHP Question

    Thanks for the reply... let me clarify a bit here... what I posted above was found on the net as an example of what I would like to do... I was using it to learn how PHP and mySQL work together and for the syntax used to complete the process. I figured if I could understand something more...
  7. Seecke

    PayPal IPN PHP Question

    GREAT!!! This will quite possibly make things a bit easier for me in the final code. OK, stepping back a bit... can you tell me why the data isn't entered into the database with the code the way it is right now? When I use the fwrite function to show me where the code gets to in my IPN.log...
  8. Seecke

    PayPal IPN PHP Question

    JPadie, Thank you for your reply. The second option is what I am looking at doing as a portion of giving a user 'membership access' AFTER paying for the membership. I was hoping to utilize the IPN data as a way to capture the user's information and use portions of that data for their...
  9. Seecke

    PayPal IPN PHP Question

    OK, Learning here so please excuse me. The information is, at current, coming from the paypal IPN test page in paypal's sandbox. I have verified that the IPN write back is functioning correctly and all of the fields that have data are getting thru to the ipn.log file. I have used the...
  10. Seecke

    PayPal IPN PHP Question

    Actually I think this is more of just a n IPN question but I hope I can get an answer here. I found this code for IPN <?php //Lets do MySql connection stuff $mysql_host='localhost'; //Leave at localhost $mysql_user='blah'; //DB User $mysql_pass='blah'; //DB Pass $mysql_db='blah'; //DB Name...
  11. Seecke

    Holding Data while away from the site

    Great! Thanks! The email was sent from the Google domain preceded by half of my handle, punctuation and 620. Maybe we could do all the stuff in a shared doc for easier posting when ready.
  12. Seecke

    Holding Data while away from the site

    OK, I got the paypal IPN thing to work in the 'sandbox'... sorta... or at least it passes the test in sandbox. I was hoping that the code $email = $_GET['ipn_email']; would actually send me an email when I passed the email address to the handler via the get statement... (i.e...
  13. Seecke

    Holding Data while away from the site

    OK... let me get this straight... I have a form with several user entry points... each point now MUST be a session variable so... IF I have 12 items in the form and I need those items when I get back from paypal (Yes I can tell paypal where to send the user after processing), i.e...
  14. Seecke

    Holding Data while away from the site

    do I have to declare each variable as its own session and also what are you meaning by the relevant ID to paypal?
  15. Seecke

    Holding Data while away from the site

    The question is: What is the best way to do this?
  16. Seecke

    Holding Data while away from the site

    I have form data that I need to hold on to while the user is sent to the paypal site to process a payment then when the payment is excepted the user is returned to a "thank you" page that dumps the data into a database. IF the payment is declined or canceled by the user, then he/she user is...
  17. Seecke

    How can this be?

    I have a machine running XP Pro. On it was a shortcut to a network resource. Clicking the shortcut took me to my resource and I was able to navigate my directories BUT it was very slow in reacting to my selections. I then took the path from the shortcut and copied it to the entry box for the...
  18. Seecke

    My Memory is failing me

    WOW YOU GUYS ARE GOOD!!! SOMEONE must have benn reading my post and thought that maybe I asked this before so I checked my past messages and found my answer. Thank You to whomever has the mental telekenetic powers that boosted my memory cells. It was in the TCP/IP settings under advanced. I...
  19. Seecke

    My Memory is failing me

    Sorry, fortgot to post that I am using WinXP Pro on my home computer. Thanks again
  20. Seecke

    My Memory is failing me

    I remember, a while back, a thread that simply told me how I could access the internet whilst connected to my office via VPN. It was a check mark somewhere but for the life of me I can't remember where that box is. I need to be connected to my office computer from home and at the same time...

Part and Inventory Search

Back
Top