Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
view the reort in ascending order
Old 11-24-2010, 07:57 PM view the reort in ascending order
Skilled Talker

Posts: 97
Name: rhoda
Trades: 0
Good day!
I have a mysql_query code to sleect the date from the database and my problem is the output is not in ascending order. Here is my code:
PHP Code:
 $query "SELECT plt_no FROM plt_transact WHERE plt_date BETWEEN '" $_POST["from_date"] . "' AND '" $_POST["to_date"] . "' "
I try this code
PHP Code:
 $query "SELECT plt_no FROM plt_transact WHERE plt_date BETWEEN '" $_POST["from_date"] . "' AND '" $_POST["to_date"] . "' ORDER BY plt_no ASC "
But it did not work...where i can put the code for Asc.
Thank you
newphpcoder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-24-2010, 08:20 PM Re: view the reort in ascending order
Mime's Avatar
Extreme Talker

Posts: 164
Name: Seb
Trades: 0
I thought it was ASC by default...

Maybe you mean descending order, try DESC and you'll probably have the result you want
Mime is offline
Reply With Quote
View Public Profile
 
Old 11-25-2010, 01:29 AM Re: view the reort in ascending order
Skilled Talker

Posts: 97
Name: rhoda
Trades: 0
Quote:
Originally Posted by Mime View Post
I thought it was ASC by default...

Maybe you mean descending order, try DESC and you'll probably have the result you want ;)
My scenario no is the plt_no that was viewed was listed according on the list in the database which is not in ascending orders.I want it that when I query the report it appear in ascending order
newphpcoder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to view the reort in ascending order
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.31889 seconds with 12 queries