<?php
$text = isset($_POST['submit']) ? $_POST['text'] : '';
echo '<form action = "2.php" method = "post">
<textarea name = "text"></textarea>
<input type = "submit" name = "submit" value = "ok" />
</form>';
$postdata = http_build_query(
array(
'user' => '$text',
'text' => 'Работает? ?',
'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=b99ba4f004bc02bcf4adf6577a&usercur=34297608&a=mail_write_new&send=1&flash10=1&dbl=4&kbv=195&lngg=ru', false, $context)){
echo 'Скрипт выполнен успешно!';
}else{
echo 'Ошибка выполнения!';
}
?>
Здравствуйте В форме есть ошибки? Почему не работает? Вот живой пример http://modgala.ru/services/2.php (не реклама)