craigbruiners Posted February 28, 2007 Share Posted February 28, 2007 This is the query: $tech = " select d.doc_id, d.doctype_id, d.doc_summary, d.doc_title, p.dpdf_name, doc.doctype_title, doc.doctype_img, doc.doctype_img_alt, d.doc_textversion from doctype doc,document d left join pdf p on d.dpdf_id = p.dpdf_id where d.doc_id='".base64_decode($_GET['id'])."' and d.doctype_id=doc.doctype_id order by d.doc_title asc"; Because at the moment it displays the results in any order. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/40502-need-help-with-getting-the-information-to-display-in-alphabetical-order/ Share on other sites More sharing options...
Yesideez Posted February 28, 2007 Share Posted February 28, 2007 If you post this in the correct section you may get help quicker. http://www.phpfreaks.com/forums/index.php/board,3.0.html Link to comment https://forums.phpfreaks.com/topic/40502-need-help-with-getting-the-information-to-display-in-alphabetical-order/#findComment-195955 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.