I have problem calling variable from my other server.
I created a script from my other server that I include at the second server, the problem is that I can't access the content of the variable:
I use this code for my second server:
The $Server1Var is stored at server 1 and with the value $Server1Var = "Content".
How could I possibly access the data stored in the database?