View Full Version : Submit Post Variables Without Reload
getlowdogg369
08-18-2006, 02:17 AM
Hello everyone! I'm getlowdogg369, a newbie here at CodingForums.com, but you may call me Jason.:) I'm planning to be active for a while! If anyone needs help, I'm willing to do so. As for now, I need some help with a simple PHP script that I'm working on... I am trying to submit post variables without having the page reload. I've heard this is possible, but I'm not exactly sure how...:confused: If you are confused of my problem, It's how PayPal submits post variables to PayPal IPN without leaving the page. Understand now? I hope so!:rolleyes: Anyways, thank you for your help. I appreciate it!:thumbsup:
marek_mar
08-18-2006, 03:58 AM
Welcome here.
Paypal most probably does tis using AJAX technology and this is closeer to JavaScript than PHP.
PHP would only need to return XML with a proper Content-Type header (if you want to do it properly).
getlowdogg369
08-18-2006, 04:09 AM
Welcome here.
Paypal most probably does tis using AJAX technology and this is closeer to JavaScript than PHP.
PHP would only need to return XML with a proper Content-Type header (if you want to do it properly).Thanks allot for the reply!:thumbsup: I've did a little re-search, but I didn't find much...:rolleyes: Do you think you can provide me with a simple tutorial?
marek_mar
08-18-2006, 04:14 AM
W3C's AJAX Tutorial (http://www.w3schools.com/ajax/default.asp)
Search Google! (http://www.google.com/search?q=ajax+tutorial)
getlowdogg369
08-18-2006, 05:02 AM
W3C's AJAX Tutorial (http://www.w3schools.com/ajax/default.asp)
Search Google! (http://www.google.com/search?q=ajax+tutorial)Thanks!:thumbsup:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.