Help for this page

Select Code to Download


  1. or download this
    $sql = "SELECT * FROM dataflex where attorney = '$INPUT{'attorney'}' a
    +nd where issue = '$INPUT{'issue'}'";
    
  2. or download this
    $sql = "SELECT * FROM dataflex where attorney = '$INPUT{attorney}' and
    + issue = '$INPUT{issue}'";