$postdata = http_build_query(
array(
'topic' => mb_convert_encoding('тут текст', "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=лог&password=Код&usercur=логин&a=channels_whois2&act_change_mod=1&chanid=1216836&mode=1&flash10=1&dbl=4&kbv=195&lngg=ru', false, $context)){
echo '������ �������� �������!';
}else{
echo '������ ����������!';
}
?> Помогите создать Форму?Чтобы через страницу писать свой текст