Posted by Gerard on 10/19/05 17:23
Providing that u know what xx is there two other needed variables are the xx-5 and xx+5 so then $start = $xx-5; $stop = $xx+5; SELECT * FROM Articles WHERE id >= $start AND id <= $stop; I think this is what you're looking for. Rgds, Gerard
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming