Hey guys,
Anyone want to venture a guess on why I get a parse error in line 248 of index.php3.
That is the last line in that file and has the ?>.
Anyone?
-----Original Message-----
From: Shannon -jj Behrens [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday, March 01, 2000 5:25 PM
To: FreeTrade
Subject: Re: [FreeTrade] Set limit in department->itemlisting?
> I was wondering if there is possible to set an limit for the number of
> items
> showing in the departments, and use a "next" and "back" button for
> showing more results/previus results.
This is not in Freetrade by default, but it is easy enough to program.
Either get a light weight list of items from the database and then pull
out the full details of just the ones you want or just use a limit
clause when querying the database for the items. You can save state in
between page loads via the use of an $itemIndex variable placed within
the URL (please see the item screen at <www.restorationhardware.com>).
(Soon, we'll have session management take care of these saving state
things).
Good luck,
-jj
--
Shannon -jj Behrens * Web Engineer * CLEAR INK?
Imagination is the only real medium(sm)
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]