Help for this page

Select Code to Download


  1. or download this
    $tmp_query="insert into <TableName> values('','');";
    $sth = $dbh->prepare($tmp_query); 
    $sth->execute(); 
    $sth->finish();