<?php
require_once 'system/connect.php';
// входные данные
$from = $_GET['from'];
$date = $_GET['date'];
$msg = $_GET['msg'];
$cost = $_GET['cost'];
$operator_id = $_GET['operator_id'];
$country = $_GET['country'];
$short_number = $_GET['short_number'];
$sms_id = $_GET['sms_id'];
$abonent_cost = $_GET['abonent_cost'];
$clear_msg = $_GET['clear_msg'];
mysql_query("INSERT INTO `sms` SET `from` = '".$from."' ");
// ответ
echo "ok";
echo "n";
echo "Spasibo Вам!";
?>