N
N
Nikita2014-02-14 08:29:22
css
Nikita, 2014-02-14 08:29:22

How to implement a page with phrase generation?

I'm learning web programming (only HTML CSS so far) and I want to create something like this page . I also want to add a form so that the user himself can add phrases to the database (field + captcha).
Are there examples of such work anywhere? What do I need to know to implement such a project?
Self-taught work, so books, tips, resources are welcome.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
M
ModestesGonze, 2014-02-14
@ModestesGonze

You can't do this with HTML and CSS. Learn PHP and MySQL
php.net
php.ru
php.su

L
Liny_li, 2014-02-14
@Liny_li

The only option without database and server language is to store the phrases in an array and pick a random one with js. But adding custom phrases will be problematic, and in other senses not a very beautiful solution.

K
Konstantin Kitmanov, 2014-02-14
@k12th

It is not necessary to write the backend yourself. You can take Backend-As-A-Service, of which there are many now:
https://backendless.com/
https://parse.com/
nobackend.org - more about the approach as a whole.

N
Nikita, 2014-02-14
@Freeddi

yes, I will teach. instead of php, what interesting things can you pick up? Interested in more recent technology and maybe specific books?

A
Alexander Dubina, 2014-10-30
@struggleendlessly

Well, modern browsers have their own implementation a la database. But you need javascript to love. I switched from php to si sharp - I'm happy as an elephant.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question