Changeset 7731 for temp/trunk/html


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

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.