Advertisement
Guest User

Untitled

a guest
May 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1.     $query = "INSERT INTO  `savingsforusdb`.`Coupons` (
  2.             `SiteID` ,
  3.             `CouponDescription` ,
  4.             `CouponCode` ,
  5.             `CouponSuccess` ,
  6.             `CouponFail` ,
  7.             `CouponDateEntered` ,
  8.             `CouponType` ,
  9.             `CouponSponsored`
  10.             )
  11.             VALUES (
  12.             '1',  '" . $coupondescription . "',  ' " . $couponcode . "',  '',  '', CURDATE( ) ,  '" . $coupontype . "',  '0');";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement