
05.04.2013, 17:37
|
|
Новичок
Регистрация: 30.03.2013
Сообщений: 0
С нами:
6905846
Репутация:
0
|
|
$terms = $input->request->get('highlight', null, 'base64');
$terms = $terms ? unserialize(base64_decode($terms)) : null;
как можно использовать в "своих" целях?
файл highlight.php
|
|
|