+ 1
Can someone tell me the secure way to share the variables between the my different websites with PHP code?
Like a created a variable $go='myname'; In a page of my site https://abcd.com And now i want to call $go in my another sites like https://xyz.com Note both website uses https protocol
1 Réponse
+ 1
You have to create an API. Check out the structure of a REST API