leatherback wrote:nope..
use a "select * from songs where songname like '".$letter."%'";
That's the problem, I can't re-query the database - I need to display all records, ten results per page. That's fine, no prob, I've been doing this for seven years.
I need a link for every letter of the alphabet on each search page that acts like "jump to page #" box - instead of entering your page number you would click a letter - the system needs to then take you to the page that actually has the first result beginning with that letter.
The query has to stay the same, the only difference is the LIMIT that will move the user to a different portion of the results.