include, but other

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

    include, but other

    What I want to do is:

    execute script no.1 on server no.1 in this script i need to use some
    function which will execute script no.2 on server no.2 and then return
    variables created in this script.

    why i need to do this?
    both servers have MySQL servers which are set as localhost (both).
    in script no.2 on server no.2 I want to execute query which take some data
    and then I need to use that data in script no.1

    Chris Kujawski


  • Krzysztof Kujawski

    #2
    Re: include, but other

    > What I want to do is:[color=blue]
    >
    > execute script no.1 on server no.1 in this script i need to use some
    > function which will execute script no.2 on server no.2 and then return
    > variables created in this script.
    >
    > why i need to do this?
    > both servers have MySQL servers which are set as localhost (both).
    > in script no.2 on server no.2 I want to execute query which take some[/color]
    data[color=blue]
    > and then I need to use that data in script no.1[/color]

    How? Is there any functions in PHP which do this?


    Comment

    Working...