V
V
volcechat2018-02-22 19:32:44
PHP
volcechat, 2018-02-22 19:32:44

How to display information for a specific user?

With this code, only the user's data is displayed, which is the first in the database How to display this information, but for each user its own? For example,
Nickname: each user has his own
Games played: each has his own number,
etc.
Code itself: https://pastebin.com/WB7edTxV

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey, 2018-02-22
@VladimirAndreev

$result=mysql_query('SELECT * FROM `users` where id=100500');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question