http://phpfaq.ru/safety http://captcha.ru/ru/articles/antihack/
kode never knows best 13 Май 2008 #22 PHP: echo('<p>Результат поиска для запроса: ', htmlspecialchars($_GET['form_query']), '</p>'); > Результат поиска для запроса query: а я знаю откуда спёрто....
PHP: echo('<p>Результат поиска для запроса: ', htmlspecialchars($_GET['form_query']), '</p>'); > Результат поиска для запроса query: а я знаю откуда спёрто....
kode never knows best 16 Май 2008 #24 http://www.sitepoint.com/blogs/2007/05/25/good-and-bad-php-code/
berkut Новичок 16 Май 2008 #25 охр! 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.
охр! 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.