Header(); does not works. Warning: Cannot modify header information - headers already sent by (output started at /home/sanikidz/domains/...).
Thanks for help.
Code:
<?php
ob_start();
$nomeri = $_POST['operator'].$_POST['cellular'];
$messageText = $_POST['message'];
$e = "[URL unfurl="true"]http://smsc.ru/sys/send.php?login=zura&psw=1111&phones=".$nomeri."&mes=".$messageText;[/URL]
header("Location: $e");
if ($e == "true") echo "was sent!";
ob_end_flush();
?>
Thanks for help.