небольшой тест!

kode

never knows best
PHP:
echo('<p>Результат поиска для запроса: ', htmlspecialchars($_GET['form_query']), '</p>');
> Результат поиска для запроса query:

а я знаю откуда спёрто....:D
 

berkut

Новичок
охр!
Rather than using the string concatenation operator (.) to pass a single string to the echo statement, the strings to be output by echo are separated by commas for a tiny performance boost.
 
Сверху