Help for this page

Select Code to Download


  1. or download this
      if ($asc_desc eq 'ASC') {
        $sql .= " ORDER BY $order_by ASC ";
    ...
      else {
        $sql .= " ORDER BY $order_by DESC ";
      }