Topic: Sort by alphabet

Hi, how can i sort by alphabetical order with title news.

a greeting.

Re: Sort by alphabet

Alphabetical sorting is made by the parameters setup before the connection:

 $sortby = 'title';  // title, tg, author supported yet
  $dir = 'A';         // D - desc, A - asc
  include 'show_news.php';
Best regards,
CN Support team

Re: Sort by alphabet

Thanks a lot!

Re: Sort by alphabet

Fed Loan Servicing

Support_Team wrote:

Alphabetical sorting is made by the parameters setup before the connection:

 $sortby = 'title';  // title, tg, author supported yet
  $dir = 'A';         // D - desc, A - asc
  include 'show_news.php';

Interesting stuff to read. Keep it up.