Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("update userinfo set description=? where uid=$
    +uid");
    $sth->execute(encode('UTF-8',$userdata->[$i]->{description})) || die $
    +sth->errstr;