Hi.
I have 2 different sites and in first I have one file 1.php in which is 1 row code: {“link_1”:“something1”,“link_2”:“something2”,“link_3”:“something3”}
In this file something1, something2 and something3 are changed very often by some script.
Do I can on some way in my second site with php command to take only often changed something1, something2 and something3 from first site and implement into php script in my second site (and that to be visible for users into my second site)?
Can you help me and tell me how to do this (command or script to write me)?
Thank you very much, Mak