Help with Verisign

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
olsonbec
Forum Newbie
Posts: 2
Joined: Thu Jul 21, 2005 4:24 pm

Help with Verisign

Post 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
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

moved to PHP Code
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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...
olsonbec
Forum Newbie
Posts: 2
Joined: Thu Jul 21, 2005 4:24 pm

Post 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
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

look at cURL then...
Post Reply