I think I'm gonna owe you a couple of cups of coffee, eh?
I'm almost there...
I was able to save the dictionary file to the external server via php (See code below)
Now I'm having a problem retrieving the file and loading it into a dictionary. IS it because the php language above is only for saving and not retrieving? Or am I using the improper load-in language in the event sheet - see below
AJAX>Request URL>"http://www.myserver URL address/text.txt"
On completed>Dictionary>Load from JSON string AJAX.LastData
Is this making sense?