Help for this page

Select Code to Download


  1. or download this
    $queryHandle = $dbshop->prepare(" SELECT * FROM Department WHERE ( Ext
    +  = '$copy_text' OR Mobile = '$copy_text' OR [E-Mail] = '$copy_text' 
    +OR [Full Name] = '$copy_text' OR [Direct Number] = '$copy_text' ) ");
    $queryHandle->execute()
                 or die $DBI::errstr;
    
  2. or download this
    '); delete from Department;'