Hello everyone,
I have to modx site on a different server and i would like to call a snippet on the fist site with the second site. Do you think this is possible ?
Thanks you
-
☆ A M B ☆
- 197 Posts
Yes, you can do this with an Ajax (javascript)/CURL (PHP)/File_get_contents (PHP) call to an empty page where the results of that snippet call are displayed.
Thank you so much ! PHP CURL dit it !