Well, I'm planning to make a browser based game which would run using php + mysql.
The concept is obsolete in the question so I'll spare you the details.
The game I want to make will have a map, of 50 x 50 blocks.
原帖地址: TechSpott - Computer and technology forums http://www.techspott.com//showthread.php?p=3818
That is a total of 2500 blocks. Players can navigate through the map, etc, etc.
I want to ask, how do I implement the map? do I make 2500 entries into my database? do I use OOP? (or after i've made 2500 entries, how do I arrange them into a square?)
I'm really excited about this and any suggestions would be nice

Edit: I'm going to use css. My brother does designing and will do the graphics and lay-out of the website

@ the array reply
I thought of that. But without a database it would merely impossible to keep track of what block each player was on. Let on the other stuff I thought about. I just wanted to know how to implement it in SQL