Guest User

Untitled

a guest
Mar 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. http://myStore.com/index.php?controller=cart&add&id_product=1&qty=1
  2.  
  3. <?php
  4. $idProduct = 1;
  5. $url = "Location: http://myStore.com/index.php?controller=cart&add&id_product=" . $idProduct . "&qty=1";
  6. header($url);
  7. ?>
Add Comment
Please, Sign In to add comment