Help for this page

Select Code to Download


  1. or download this
    my $safe_table = $db->quote($table);
    $sth = $db->prepare("SELECT Names FROM $safe_table WHERE Name = ?");