coding for verisign

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ZMAN

    coding for verisign

    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







  • ZeldorBlat

    #2
    Re: coding for verisign

    What exactly are you trying to accomplish?

    Comment

    • Colin McKinnon

      #3
      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.

      Comment

      • Alvaro G Vicario

        #4
        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
        --

        Comment

        • R. Rajesh Jeba Anbiah

          #5
          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]

          PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


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

          Comment

          • !body
            New Member
            • Aug 2005
            • 1

            #6

            and


            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.

            Comment

            Working...