How to implement something similar to the terminal, that is, you enter, you are authorized, then you just send commands, for example, echo myname - the name is displayed in the profile or just plain text from the database; Only the database in the text file will be, for example, echo 1 - the text from the database is displayed.

Closed due to the fact that the question is too common for the participants Dmitriy Simushev , Alex , torokhkun , Streletz , PashaPash 18 Nov '15 at 11:27 .

Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • Not something you offer me! I need it purely for myself) for example, I entered echo 1 in the field - the value echo 1 is taken from the base. - Pavel Dura
  • <i> the value echo 1 is taken from the base </ i> <br/> What is it like? - cy6erGn0m
  • Simply put, just what I enter in the field is displayed, for example: help; what is in the database under the help value is displayed; I hope you understand! - Pavel Dura
  • one
    Can you just install [phpmyadmin] [1]? [1]: phpmyadmin.net/home_page/index.php - Ilya Pirogov
  • I speak php. - Pavel Dura

1 answer 1

Nothing to write. Everything has been done . For example, PHP Shell . If you need to perform some special commands, then you can parse and execute. Maybe with eval .