Changeset 7716 for temp/trunk
- Timestamp:
- 2006/11/08 10:54:21 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/card.php
r7715 r7716 36 36 // GET¥Ç¡¼¥¿¤ò´°Î»²èÌ̤ØPOSTÁ÷¿®¤¹¤ë 37 37 sfSendPostData(SITE_URL . "shopping/complete.php", $_GET); 38 39 $str_get = "?result = " . $_GET["result"]; 40 foreach($_GET as $key => $val){ 41 if($key != "result") $str_get = "&" . $key . "=" . $val; 42 } 38 43 39 44 // ´°Î»²èÌÌ¤Ø 40 //header("Location: " . SITE_URL . "shopping/complete.php");45 header("Location: " . SITE_URL . "shopping/complete.php" . $str_get); 41 46 } 42 47
Note: See TracChangeset
for help on using the changeset viewer.
