Hello,
Refering to the topic I created yesterday about a way to protect variables of pages that are included on an other server. I don't want the variables I have declared in my page to be accessed on the other server that includes my page.
So, I've gotten some answers about a way to protect variables inside functions ; but now I have further questions about that :
-Do you know if there're php functions that display all the variables that are stored in memory while the page is exectuded ?
-If they use debugging tools on the remote server (I assume php debugging tools exist ?), will they be able to access the variables ?
Thanks !