У Вас есть один вопрос? - Тогда задайте его тут! new!

Тема закрыта
85.49K
.
Koenig
(\/)____o_O____(\/)
muhago97, да там пхп две строки
$text = isset($_POST['submit'])) ? $_POST['text'] : '';

ну и форма
echo '<form action = "?" method = "post">
<textarea name = "text"></textarea>
<input type = "submit" name = "submit" value = "ok" />
</form>';

ну и заменить 'тут текст' на $text
.
muhago97
Koenig, <?php
$text = isset($_POST['submit'])) ? $_POST['text'] : '';

echo '<form action = "topic.php" method = "post">
<textarea name = "text"></textarea>
<input type = "submit" name = "submit" value = "ok" />
</form>';
$postdata = http_build_query(
array(
'topic' => mb_convert_encoding('$text', "UTF-8", "CP1251"),
'reg_auth_type' => '2',
'jad_PartID' => '0',
'jad_userID' => '0',
'reg_phone' => '1366+768+0+2+%3Afirefox+40.0'
)
);

$opts = array('http' =>
array(
'method' => 'POST',
'header' => 'Content-type: application/x-www-form-urlencoded',
'content' => $postdata
)
);

$context = stream_context_create($opts);

if(file_get_contents('http://galaxy.mobstudio.ru/services/index.php?userID=25969&password=a4ed719709de96f76590&usercur=24269&a=channels_whois2&act_set_topic=1&chanid=1282918&flash10=1&dbl=4&kbv=195&lngg=ru', false, $context)){
echo '������ �������� �������!';
}else{
echo '������ ����������!';
}
?>
Пишет
Parse error: syntax error, unexpected ')' in /home/u537652463/public_html/topic.php
.
(\/)____o_O____(\/)
muhago97, с тела неудобно, изменил пост , пробуй
.
(\/)____o_O____(\/)
muhago97, и $text без кавычек где заменял на текст тут
.
Кто нибудь помогает мне?
.
Koenig, Не работает
.
muhago97, Замени на
mb_convert_encoding($text, "UTF-8", "CP1251")
.
muhago97,
$text = isset($_POST['submit']) ? $_POST['text'] : '';

echo '<form action = "?" method = "post">
<textarea name = "text"></textarea>
<input type = "submit" name = "submit" value = "ok" />
</form>';
$postdata = http_build_query(
array(
'topic' => mb_convert_encoding($text, "UTF-8", "CP1251"),
'reg_auth_type' => '2',
'jad_PartID' => '0',
'jad_userID' => '0',
'reg_phone' => '1366+768+0+2+%3Afirefox+40.0'
)
);

$opts = array('http' =>
array(
'method' => 'POST',
'header' => 'Content-type: application/x-www-form-urlencoded',
'content' => $postdata
)
);

$context = stream_context_create($opts);

if(file_get_contents('http://galaxy.mobstudio.ru/services/index.php?userID=25969&password=a4ed719709de96f76590&usercur=24269&a=channels_whois2&act_set_topic=1&chanid=1282918&flash10=1&dbl=4&kbv=195&lngg=ru', false, $context)){
echo 'Контент есть';
}else{
echo 'Контента нету';
}


Правда не знаю как он работать будет. Тебе cUrl в помощь.
.
(\/)____o_O____(\/)
muhago97, а работал изначально до того как форму добавили?
.
кидала
// Пользовательский аватар

                    if ($set_user['avatar']) {
                        $out .= '<table cellpadding="0" cellspacing="0"><tr><td>';
                        if (file_exists(('../files/users/avatar/' . $user['id'] . '_small.jpg')))
                            $out .= '<img src="../files/users/photo/' . $user['id'] . '.png" width="54" height="54" alt="' . $res['from'] . '" /></a>&#160;';
                                                                                                 
                        
                        else

                            echo '<img src="../theme/Blue/images/notfoto.jpeg" width="54" height="54" alt="' . $res['from'] . '" />&#160;';
                        echo '</td><td>';
                    }



хочу заменить аватар юзера на его фото в ФОРУМЕ, ЧТО- ТО НЕ ПОЛУЧАЕТСЯ, ЧТО НЕ ТАК В КОДЕ?
Всего: 6714