Re: [PHP] breaking up images to sets of 5

2001-02-06 Thread enthalpy
well that should do it for me i already have all the code i was unaware that there was a limit command.. i should be able to do something like url.php?limit=0,5 or something like that <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshall CoreComm Services Ch

Re: [PHP] breaking up images to sets of 5

2001-02-06 Thread Mark Green
Boy my syntax on that one sure was rough... think I need another coffee! Hope you get the idea thou, Limit is really useful for moving through large queries ;] Mark Green wrote: > > enthalpy wrote: > > > > i use mysql to store urls for all my images and have php query that for > > the images. is

Re: [PHP] breaking up images to sets of 5

2001-02-06 Thread Mark Green
enthalpy wrote: > > i use mysql to store urls for all my images and have php query that for > the images. is there an easy way to set it up so it does 5 at a time and > has a lil next 5 link at the bottom.. the entriees in the table are not > numbered. Append your SQL query with LIMIT $edge,

[PHP] breaking up images to sets of 5

2001-02-06 Thread enthalpy
i use mysql to store urls for all my images and have php query that for the images. is there an easy way to set it up so it does 5 at a time and has a lil next 5 link at the bottom.. the entriees in the table are not numbered. <-CoreComm-Internet-Services--http://core.com/-> (Jon Marshal