Guest User

Untitled

a guest
Jun 1st, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if ($_POST){
  2. $abon_login = $_POST['login'];
  3. $telephone = $_POST['telephone'];
  4. $sending = = $_POST['sending'];
  5. $pay = $_POST['pay'];
  6. $orders = $_POST['orders'];
  7. $news = $_POST['news'];
  8. $other = $_POST['other'];
  9.  
  10. $table = $system_site_prefix . 'erps_services_sms';
  11. database_insert("INSERT INTO `$table` VALUES ('$index', '$abon_login', '$telephone',
  12. '".implode(",", $sending)."', '$pay', '$orders', '$news', '$other')");
Add Comment
Please, Sign In to add comment