So… it’s rather complicated, but basically I want to make a network based text editor, where multiple people can edit the same document at the same time. Think Google Docs. How would I go about doing this?
If it helps any, I have an FTP server, and a MySql database.
Do you want to create one, or do you need one? If the latter then try EtherPad, it’s great for that.
If you want to create it, well, the source to EtherPad is available, you could use it as a starting point.