Jump to content

Sort Function


wild_dog

Recommended Posts

Hi there,

Im trying to write a function that does the following:

I have a form which has items from a mysql database. At the moment when you click
on an item from the page and add it to a cart the items are being displayed in random order.

I want the items to be displayed in the order they are clicke on

Any ideas??


Cheers

Link to comment
Share on other sites

[!--quoteo(post=377762:date=May 28 2006, 12:58 AM:name=poirot)--][div class=\'quotetop\']QUOTE(poirot @ May 28 2006, 12:58 AM) [snapback]377762[/snapback][/div][div class=\'quotemain\'][!--quotec--]
You can add a new field called date, cointaining the timestamp of the order. Then, just use ORDER BY (MySQL).
[/quote]


Yes i thought about that, however what i belive will happen in that case is this:

Eveytime you go and add an item it will read the order the items are stored in
the database and display them according to how they are stored.

What i want to make sure is that whatever item(s) the user selects thats what
they will see in their list so that they are displayed in the order clicked.


I was thinking maybe:


1. Include MySQL query in PHP function to Store/Push them into an array as they are selected (Not sure how though)
2. Print the array to screen
3. ORDER by Category, Item

???
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.