Jump to content

satanenek

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by satanenek

  1. Все! Разобрался!!! Не удаляйте тему!!! решение таково ; в самом конце: else{ if(is_utf8($arr[$n]))$arr[$n]=trim($arr[$n]); else $arr[$n]=cp1259_to_utf8(trim($arr[$n])); foreach($pat as $value){$arr[$n]=preg_replace("/$value/imu","",$arr[$n]);} }}}} safe_request($_POST,$cut_pattern); safe_request($_GET,$cut_pattern); header("Content-Type: text/html; charset=utf-8"); ob_start(); ?> менять на: #else{ #if(is_utf8($arr[$n]))$arr[$n]=trim($arr[$n]); #else $arr[$n]=cp1259_to_utf8(trim($arr[$n])); #foreach($pat as $value){$arr[$n]=preg_replace("/$value/imu","",$arr[$n]);} }}}#} safe_request($_POST,$cut_pattern); safe_request($_GET,$cut_pattern); header("Content-Type: text/html; charset=utf-8"); ob_start(); ?>
  2. У меня такаяже проблемма! А пользователь решил свою проблему и наплевал навсех! Кто подскажет как решить проблему ??? с Notice: Array to string conversion in /home/каталог/public_html/сайт.ru/admin/ conf.php on line 1565 Warning: Cannot modify header information - headers already sent by (output started at /home/каталог/public_html/сайт.ru/admin/ conf.php:1565) in /home/каталог/public_html/сайт.ru/admin/ conf.php on line 1577
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy