Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Creating an MMO database?
Can you create a database for a game (like MMO-champion or WOWhead) with just HTML and CSS or do you need to know other languages? I know they use javascript and other things, but do you HAVE to use those? And do you have to upload it to a specific type of server? Or can you just create it like a normal website of pure HTML/CSS?
3 Answers
- TheMadProfessorLv 710 years agoFavorite Answer
HTML/CSS handles display...it doesn't do squat about data storage/retrieval. For anything except a VERY small and rudimentary database, you'd need some sort of server-side DBMS such as mySQL, SQL Server or the like.
- 10 years ago
Depends what you are using it for .. Look into something easy to start like a local SQL server using SQL Server Express
- Anonymous10 years ago
Sorry but no, you need to use a Server-Side scripting language like PHP, ASP, or Coldfusion.