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
jito
Forum Commoner
Posts: 85
Joined: Sat Mar 25, 2006 4:32 am
Location: india

Help with verisign

Post by jito »

Hi,
I need to use the verisign payflow with php. But whenever i tried downloading SDK it take me to a login page. From a article i came to know i need a verisign developer acount for that. How can i create one?
Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

According to several sources, Payflow was purchased by PayPal. There are native functions for PHP available... http://php.net/ref.pfpro
jito
Forum Commoner
Posts: 85
Joined: Sat Mar 25, 2006 4:32 am
Location: india

Post by jito »

Yeah feyd, i know, but i need to use the appropiate SDK to use those functions i think. And i'm unable to download the SDK.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There is no SDK needed for those functions, they are native PHP functions. You simply need to load the proper extension. Whether you need to compile that extension or not falls on what server you are on.. and whether you can use dl() or need to modify the php.ini.
Post Reply