-5

this question is coming from a complete noob in programming. So, my aim is to study lots of things to create in the end from scratch a site similar to Quizfarm. That is, I need to develop a system that will allow me to create new quizes from scratch, post them in the necessary categories (for example fun quizes, serious quizes, quizes for children, for grown ups, for anything).

Visitors will be allowed to login, to have their own profile page (with the ability to upload an avatar image) and can see which quizes they took and how they scored. The site will feature a ranking system for each quiz independently, ranking for each category and total ranking (for example). In addition, it needs to have the ability that members can win small prizes (not monetary prizes, but just simple icons that will show in their profile, like achievements).

I know, my question is too vague possibly, and the whole project very large. I suppose that programming languages like php and MySQL are necessary. Which other languages should I go for (except of html/css of course for the design part)? Thanks for your time and I will appreciate any answer.

4

2 回答 2

0

正如其他人所说,您的问题非常广泛,您可以使用任何您喜欢的编程语言。但是根据经验,我强烈建议您使用 PHP。

它相对容易学习,适应性很强,并且不介意犯错。

所以对于前端的 HTML 和 CSS,对于实际的网站 PHP,对于数据库的 SQL

您还可以使用 JavaScript 或 jQuery。肯定会需要它,但要谨慎使用它,直到您首先获得一个好的 Web 应用程序。您主要需要它来增强用户交互性。

希望有帮助。

于 2013-09-19T10:42:33.347 回答
-1
  • HTML
  • CSS
  • PHP
  • mysql
  • 带有 jQ​​uery 库的 Javascript

这些是该项目可能需要的基础知识

于 2013-09-19T10:37:13.340 回答