Running PHP from a different server.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • derekmartin1@gmail.com

    Running PHP from a different server.

    Hi All,

    Hopefully my question can be easily resolved. I need to design an
    autoresponder script in PHP for a organization that I am leading. My
    issue is that the server where my page must reside on uses Lotus and I
    am completely unfamiliar with that system. Is it possible for me to
    execute a PHP script from another server? I could use server access
    that I have on a PHP-friendly server to run this script if that is the
    case.

    Regards,

    Derek

  • Michael Vilain

    #2
    Re: Running PHP from a different server.

    In article <1127052294.550 092.166880@g43g 2000cwa.googleg roups.com>,
    derekmartin1@gm ail.com wrote:
    [color=blue]
    > Hi All,
    >
    > Hopefully my question can be easily resolved. I need to design an
    > autoresponder script in PHP for a organization that I am leading. My
    > issue is that the server where my page must reside on uses Lotus and I
    > am completely unfamiliar with that system. Is it possible for me to
    > execute a PHP script from another server? I could use server access
    > that I have on a PHP-friendly server to run this script if that is the
    > case.
    >
    > Regards,
    >
    > Derek[/color]

    Unless the remote server runs php, you're pretty much SOL. Find another
    server.

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...



    Comment

    • Colin McKinnon

      #3
      Re: Running PHP from a different server.

      Michael Vilain wrote:
      [color=blue]
      > In article <1127052294.550 092.166880@g43g 2000cwa.googleg roups.com>,
      > derekmartin1@gm ail.com wrote:
      >[color=green]
      >> Hi All,
      >>
      >> Hopefully my question can be easily resolved. I need to design an
      >> autoresponder script in PHP for a organization that I am leading. My
      >> issue is that the server where my page must reside on uses Lotus and I[/color]
      >
      > Unless the remote server runs php, you're pretty much SOL. Find another
      > server.
      >[/color]

      No - all you need to is pass some parameters to a PHP script (probably by
      invoking a web page with some GET parameters). I'm not that familiar with
      Notes but its certainly possible with most other systems out of the box
      without add-ons (even IIS). Since your problem is really how to get Notes
      to do this you might want to ask on a more apposite forum.

      C.

      Comment

      • derekmartin1@gmail.com

        #4
        Re: Running PHP from a different server.

        Well the server that I could use does have PHP.

        Comment

        • NC

          #5
          Re: Running PHP from a different server.

          derekmartin1@gm ail.com wrote:[color=blue]
          >
          > Hopefully my question can be easily resolved. I need to design an
          > autoresponder script in PHP for a organization that I am leading.
          > My issue is that the server where my page must reside on uses Lotus
          > and I am completely unfamiliar with that system. Is it possible
          > for me to execute a PHP script from another server?[/color]

          If I remember correctly, Lotus Domino (this is the "Lotus" you are
          talking about, right?) allows POP and IMAP access. So what you need
          to do is to write a script that will access the Domino server via
          POP or IMAP, read any incoming mail and respond to it one message
          at a time.

          Cheers,
          NC

          Comment

          Working...