N
N
NEDODESIGNER2020-05-13 02:23:03
Web development
NEDODESIGNER, 2020-05-13 02:23:03

How to save a click, where to save it?

Hello, in simple terms:
You need to make several buttons on the site, when pressed, certain information is recorded somewhere (I don’t even know where, and I don’t know how to google on this topic), but then you can go there and see how many times this the button was pressed, maybe add some comment before the click so that it is also displayed, it is desirable that this is not the same site. Maybe phpmyadmin is suitable for this? What is generally needed to implement this? If you know more than one way, please let me know. Sorry for being such a jerk)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arseny, 2020-05-13
@NEDODESIGNER

1. phpmyadmin → database tool , visual.
2. You can store in the database , using any PL . A Google query might look like this: “ how to write data to a php database ”, but in general this is kindergarten. In a good way, it’s worth clinging to some kind of PL and developing at least a drop in it in order to do such conditionally elementary things.
3. You can store it in a file , here you also need a PL and this method is bad, but it has a place to be.
PL → programming language. HTML \ CSS is not a language, you need to choose among such as, for example, PHP, Python, JS (in the node.js stack).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question