Help for this page

Select Code to Download


  1. or download this
    Mem:   3765572k total,  3663796k used,   101776k free,    42856k buffe
    +rs
    Swap:  2031608k total,      368k used,  2031240k free,  3141516k cache
    +d
    
  2. or download this
    $insert_str = "insert into $mysql_table (data1, data2, data3, data4, d
    +ata5) values(?,?,?,?,?)";
    $sth        = $dbh->prepare($insert_str);
    
    $sth->execute($cdate, $clang, $csrc, $ccode, $cuniqueid);