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
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
Comment