Advertisement
MrShalun

Untitled

Dec 9th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $dataSet = $_POST;
  2.  
  3. $one = '1';
  4.  
  5. if (R::count('shop', "email = ?", ($dataSet['ik_cli'])) > 0 ){
  6. if (R::count('shop', "product = ?", ($dataSet['ik_sign'])) > 0 ){
  7. if (R::count('shop', "status = ?", ($one) > 0 ){
  8. $oplat->status='2';
  9. R::store($oplat);
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement