ID:917055
 
Code:
mob/verb/SendFile()
if(fexists("Save/sirune.sav"))
world << "LOL"
world.Export("xxxxxxx.com/test/nkn/handle.php?save/sirune.sav")//Editted out the website, he didn't want it on display publicly yet.


Problem description:The website link is set up with PHP to accept .sav files. How would I manage to save to a website like that? Wanted to save to a directory, and have every server load the same files.

You can't do that .. not like that anyway.

Try using MYSQL tons of free hosts.
In response to A.T.H.K
MySQL*

Personally I do not know free MySQL hosts that allow outside connections. Usually it's free website host with free MySQL and you have to mess through .php to use database.

Sorry if I'm wrong.
Want a website with PHP and MySQL support?
Here -> http://en.altervista.org/
I have a website, and can do mySQL or PHP, how would I export the save if I had it set up?
If you already have existing save files check for them upon logon and then load the variables etc and then save to MySQL and remove the save...