Changeset 7731 for temp/trunk


Ignore:
Timestamp:
2006/11/08 11:45:39 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/card.php

    r7730 r7731  
    3838    $str_get .= "&memo01=" . 1; 
    3939    $str_get .= "&memo02=" . $_GET["truns_code"]; 
    40      
    4140 
    4241    // ´°Î»²èÌ̤ؠ
  • temp/trunk/html/shopping/complete.php

    r7730 r7731  
    328328    $sqlval['create_date'] = 'now()';       // ¼õÃíÆü 
    329329     
    330     if($_GET 
    331          
    332     } 
     330     
     331    // ¥²¥Ã¥È¤ÎÃͤò¥¤¥ó¥µ¡¼¥È 
     332    $sqlval = lfGetInsParam(); 
    333333     
    334334    // INSERT¤Î¼Â¹Ô 
     
    497497    } 
    498498} 
     499 
     500// GET¤ÎÃͤò¥¤¥ó¥µ¡¼¥È¤¹¤ë 
     501function lfGetInsParam(){ 
     502     
     503    foreach($_GET as $key => $val){ 
     504         
     505    } 
     506     
     507     
     508} 
     509 
    499510?> 
Note: See TracChangeset for help on using the changeset viewer.