Jump to content

stpsoft

New Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by stpsoft

  1. This was a working sort before we upgraded our web server....

     $result = (isset($sort)) ? mysqli_query($db, "Select * from ". $company . " where member = $member_numbers[$i] order by location, $sort, name")
    : mysqli_query($db, "Select * from " . $company . " where member = $member_numbers[$i] order by location, name");
     

    Data is display, just not sorted....

    Thanks

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.