Dear colleagues,
Perhaps I'm foggy on php, having written relatively few scripts. I'm backed into a corner here, and would appreciate some advice.
I have a purchasing system where the user enters information to purchase 'tickets' for an event. The form, upon submittal, goes to a separate secure system (which I have no control over) which accepts certain parameters from the form. This separate secure system takes the users' credit card information, and along with the parameters from the form, processes the transaction.
Once the credit card information is processed, the system sends back to me a verification code (certain value for credit card accepted, and a different value for declined). The problem is, the script doesn't run, because this is happening behind the scenes. Is there a way to accept the parameters, and process them accordingly, say on a page called 'complete.php', even though the user never lands on the page?
If PHP isn't the solution, are there any suggestions for a language that can accomplish this?
My main goal is for a script that can accept parameters behind the scenes, and run a couple of functions, without the user ever seeing the page or knowing it exists.
Thank you for your time!
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Cheers!
Laura
Perhaps I'm foggy on php, having written relatively few scripts. I'm backed into a corner here, and would appreciate some advice.
I have a purchasing system where the user enters information to purchase 'tickets' for an event. The form, upon submittal, goes to a separate secure system (which I have no control over) which accepts certain parameters from the form. This separate secure system takes the users' credit card information, and along with the parameters from the form, processes the transaction.
Once the credit card information is processed, the system sends back to me a verification code (certain value for credit card accepted, and a different value for declined). The problem is, the script doesn't run, because this is happening behind the scenes. Is there a way to accept the parameters, and process them accordingly, say on a page called 'complete.php', even though the user never lands on the page?
If PHP isn't the solution, are there any suggestions for a language that can accomplish this?
My main goal is for a script that can accept parameters behind the scenes, and run a couple of functions, without the user ever seeing the page or knowing it exists.
Thank you for your time!
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Cheers!
Laura