Help for this page

Select Code to Download


  1. or download this
    $SQLCommand = "SELECT Client,Product,Issue,Cause,Date,id,Call FROM support WHERE Client like '%$Client%' and Product like '%$Product%' and Issue like '%$Issue%' and Cause like '%$Cause%' and Call like 'SWAT%' and SupportDetails like '%$SupportDetails%'";
  2. or download this
     ...input type='hidden' name='sqlc' value='$SQLCommand'
  3. or download this
    SELECT Client,Product,Issue,Cause,Date,id,Call FROM support WHERE Product like