Ok, I'll start out by telling you the same thing that I tell everyone else who wants to build this giant game but with no programming experience.
Start smaller. You'll only get frustrated and give up your project, which results in nothing but wasted time and energy.
Before you start coding anything, you need to lay out all the rules of your game.
Everything. Once you have that, then you can start
planning your game. After the plans are set, then start coding.
To answer your questions:
1. Most web hosting packages have MySQL databases included. It depends on who you have for hosting. I host with
1&1 and I've never had any problems. I also know that control panel well. Let me know what your hosting is and I can help you from there. If you don't have hosting, definitely
check out 1&1. They're really cheap and great for learning.
If you're developing locally, get
WAMP.
2. I use a plaintext editor called
PSPad. It's super awesome, and the more you develop the more you'll be able to appreciate it's intricacies. The syntax highlighter alone is great. The only better one I've found is the vi editor on linux systems.
You could also use something like Dreamweaver or Nvu or GoLive, but I like my plain text editor.
3. As far as coding a login, here are a few things to look at.
Basic Login Script - Use this one only to get the basic understanding of what to do. After I wrote it I realized there are a ton of stupid mistakes I made. Don't use that for live sites. Just use it as a stripped down learning tool.
Professional Level Login - This is a great tutorial that explains how to build a login for a live site.
Finally, I really really really really recommend going to
Tizag's site and going through all his PHP tutorials before starting anything. Get a firm grasp of PHP, then start planning your application, then come here for questions.
Wow, I just wrote more than I say to most people in a day. Good luck.
Oh by the way, most of those WYSIWYG editors I mentioned were out of date. Check out the Wikipedia article for a comprehensive list.
List of HTML EditorsThis post has been edited by akozlik: 29 Aug, 2008 - 09:23 AM