A
A
Andrey2017-05-31 16:38:03
PHP
Andrey, 2017-05-31 16:38:03

Displaying the search result as a title on 1c bitrix?

Good afternoon!
How can I display the result given in the search, for example "shampoo" later as a title:
b0040f2995454a368a3bca7bcfd9d399.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey, 2017-05-31
@Andrey_Tech

solved the question itself, maybe someone will need:
<? if (isset($_GET['q'])) {
echo$_GET['q'];
} ?>
//q is the variable that is set in name, search input

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question