Hi. I want to start making an MMORPG which would run on the browser using JavaScript, AJAX and / or PHP. Of course it will use MySQL as storage for the user's data (position, items, etc.). It needs to be tile-based wherein users click on a tile in the map and their character proceeds to that tile. It can be isometric or not. So long as it's made using web-code. I've seen others do it. An example would be Vanthia. Although I'd really prefer it to be able to show the characters walking to where the mouse was clicked. I know you will say that this is hard work, etc. So I'll say in advance that I know it is. If you have references or eBooks or even already-made programs/tools/engines for building such, please do share. A future intention for this project might be to create a Pokemon MMORPG wherein different users get to explore the world with their Pokemons, catch / find wild Pokemons, trade with another user, battle with another user and chat.
EDIT: I also found out about APE-Project which could very well solve my problem but it requires me to have access to the computer which is hosting my files. I doubt that I have that so it was a dream, too good to be true.