Connecting Tech Pros Worldwide Help | Site Map

coding for verisign

  #1  
Old August 23rd, 2005, 11:45 PM
ZMAN
Guest
 
Posts: n/a
Hello.
Are there any examples you can point me to for coding PHP to talk to
verisign. My install is not configured with any support for it. I'd rather
not have to re-configure.

Thanks in advance







  #2  
Old August 24th, 2005, 02:55 AM
ZeldorBlat
Guest
 
Posts: n/a

re: coding for verisign


What exactly are you trying to accomplish?

  #3  
Old August 24th, 2005, 09:55 AM
Colin McKinnon
Guest
 
Posts: n/a

re: coding for verisign


ZMAN wrote:
[color=blue]
> Hello.
> Are there any examples you can point me to for coding PHP to talk to
> verisign. My install is not configured with any support for it. I'd rather
> not have to re-configure.
>
> Thanks in advance[/color]

Ask Verisign.

C.
  #4  
Old August 24th, 2005, 01:05 PM
Alvaro G Vicario
Guest
 
Posts: n/a

re: coding for verisign


*** ZMAN wrote/escribió (Tue, 23 Aug 2005 22:36:52 GMT):[color=blue]
> Are there any examples you can point me to for coding PHP to talk to
> verisign. My install is not configured with any support for it. I'd rather
> not have to re-configure.[/color]

As far as I know Verisign is an American company. Companies are not people
so they cannot talk ;-P

Now seriously, I suppose are your talking about some online service
provided by Verisign. It'd be a good starting point to know what service it
is. Also, Verisign probably wants others to use their service so they must
have provided documentation for developers, you'd better find it
..

--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
  #5  
Old August 25th, 2005, 12:15 PM
R. Rajesh Jeba Anbiah
Guest
 
Posts: n/a

re: coding for verisign



ZMAN wrote:[color=blue]
> Hello.
> Are there any examples you can point me to for coding PHP to talk to
> verisign. My install is not configured with any support for it. I'd rather
> not have to re-configure.[/color]

http://in.php.net/pfpro

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com

  #6  
Old August 30th, 2005, 04:24 PM
Newbie
 
Join Date: Aug 2005
Posts: 1

re: coding for verisign


http://www.phpclasses.org/browse/package/2093.html
and
http://www.phpclasses.org/browse/package/267.html

both of these require the verisign SDK be installed on your server; you'll also need safe mode turned off in order to make system calls. (you'd probably need these 2 conditions to be true with any package that validates/processes with Verisign.) i've used an older version the first package, but it was a little buggy and i had to do some cleanup before it would run properly.

i'm not sure there's any advantage to using the SDK and a third-party interface over just rebuilding PHP with the proper extension, but it can be done.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove/alleviate public users' fear of downloading java for your web app? DonLi2006@gmail.com answers 4 September 24th, 2007 07:25 AM
Using digital certificates when calling web services Bryan Slatner answers 0 November 21st, 2005 09:38 AM
Verisign PayFlowPro- does it work with ASP.NET? Charlie@CBFC answers 1 November 18th, 2005 09:30 AM
Verisign PayFlowPro- does it work with ASP.NET? Charlie@CBFC answers 1 November 18th, 2005 08:38 AM