Remote PHP

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

    Remote PHP

    I have two webservers, One is PHP enabled and the other isn't. How can
    I get PHP working on the other server without installing PHP. Would it
    be possible for me to use javascript code to call the PHP?

  • Schraalhans Keukenmeester

    #2
    Re: Remote PHP

    laseredd wrote:
    I have two webservers, One is PHP enabled and the other isn't. How can
    I get PHP working on the other server without installing PHP. Would it
    be possible for me to use javascript code to call the PHP?
    >
    You could use frames and open the php script from the other server
    there. Javascript probably could work as well. And then there are some
    other solutions as well I bet, just can't think of any now. It's way
    past bedtime.

    HTH

    Sh.

    Comment

    • Klarth

      #3
      Re: Remote PHP

      On Apr 3, 8:07 am, "laseredd" <laser...@gmail .comwrote:
      I have two webservers, One is PHP enabled and the other isn't. How can
      I get PHP working on the other server without installing PHP. Would it
      be possible for me to use javascript code to call the PHP?
      You could use Ajax to call a PHP script on your PHP server.

      Comment

      • satyakaran@gmail.com

        #4
        Re: Remote PHP

        On Apr 3, 6:43 am, "Klarth" <kah....@gmail. comwrote:
        On Apr 3, 8:07 am, "laseredd" <laser...@gmail .comwrote:
        >
        I have two webservers, One is PHP enabled and the other isn't. How can
        I get PHP working on the other server without installing PHP. Would it
        be possible for me to use javascript code to call the PHP?
        >
        You could use Ajax to call a PHP script on your PHP server.
        But Ajax could not connect to another server.

        Comment

        Working...