Page 1 of 1
Help with Verisign
Posted: Thu Jul 21, 2005 4:33 pm
by olsonbec
I am new at PHP and mySQL and I am trying to become an expert very quickly. I have set up a form that POST to a php file that send me a email, inserts the data into my databae and send info to verisign. How do I get the "Silent Post" to work so that the data that Verisign sends back goes into my database also and into the correct record? I know I need to create a script to do this but I don't know where to start and can't seem to find any samples to go off on (which is how I have been learning). Someone please help.....
Thanks
Olsonbec
Posted: Thu Jul 21, 2005 4:46 pm
by patrikG
moved to PHP Code
Posted: Thu Jul 21, 2005 4:53 pm
by Burrito
for what purpose are you using verisign? are you using it for a secure certificate? a shopping cart, what?
if the latter, you can use something like cURL to transmit data back and forth and dump the data into the your MySQL db upon retrieval.
we need a bit more information to help you...
Posted: Thu Jul 21, 2005 4:59 pm
by olsonbec
I using it for a shopping cart of some sorts. The customer fills out the form, I pass the amount and cc info over to Verisign Payflow Link and they authorize it. I need to capture the data but only for the "Approved" ones. Verisign user manual just states that I need to create a script to capture the Posted information.
Thanks for your help....
Olsonbec
Posted: Thu Jul 21, 2005 5:00 pm
by Burrito