This is a discussion on "Display text files in order" within the PHP Forum section. This forum, and the thread "Display text files in order are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Display text files in order
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Display text files in order
Hi everyone,
I have a web site that displays prices of hotels on it. These prices are stored in separate text files so that they can be edited and displayed (using the php "include" statement) on the web page that they are supposed to be displayed on. Right now each hotel has it's own individual page where they can advertise. However, I would like to make an additional page that lists the top 10 cheapest hotels of the day. Since the prices (contained in the text files) will change all the time, this list will change all the time. I know that I can display all the prices on one page, but how do I make it so that the prices are displayed in order from lowest to highest. Is there some type of javascript code or php code that I could use to do this? Please help. I am a relative beginner and would welcome any code or help that you can provide. Thanks |
|
|
|
#2
|
|||
|
|||
|
Re: Display text files in order
Forget javascript for this, PHP is the way to go here.
@mod: move to PHP please If you have all the prices in an array then you can use the array sorting functions. For example natcasesort.... there's lots more.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#3
|
||||
|
||||
|
Re: Display text files in order
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| display text | elmasduro | JavaScript Forum | 0 | Apr 27th, 2007 04:07 |
| Possible to update content through text files? | jwilliams31 | Web Page Design | 14 | Nov 25th, 2006 23:12 |
| Different Text Display in Different Browser ??? | j4mes_bond25 | Web Page Design | 0 | Jul 6th, 2006 17:26 |
| Directory of files not in alphabetical order | dkintheuk | PHP Forum | 5 | Dec 16th, 2005 09:34 |
| Databases and Text Files | chris123 | Databases | 2 | Jun 6th, 2005 18:06 |