PDA

View Full Version : lists.php question


nealw
12-13-2005, 10:54 PM
Ordering of words on lists.php

IE: http://www.example.com/phpdig/list.php

When I pull up this page on my site the code changes the order of the words from a query. It looks like it's changing them to an alphabetical list.

Example:
I run a search for "vacations in cancun mexico" but when I pull up the lists.php page it's written as "cancun mexico vacations".

Is there a way to have lists.php simply display the query in the original order it was typed in as?

nealw
12-14-2005, 06:03 PM
I figured it out:

I commented out this line at about line 260 of phpdig_functions.php
sort($includes);