i want to create something that for people to draw a chinese word at there, but i even have not know which language i need. have any suggest?

Hello,

You shall want to use HTML and CSS as the front end, this shall essentially be used to create a static site.

Then you can use PHP and either store the Chinese (and possibly the English translation) words in an array or in a database that can be accessed by SQL. Then you would generate a random number and that would associate to a position in the array or in the table.

Hope that helps as a starter, so to cover learn how to make a website using HTML and CSS and then learn how to use either arrays or access a database and how to generate a random number in PHP.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.