hello
i want to create 26 pages or however many letters there are in the alphabet.
page 1. (page.php?page=a)
page 2. (page.php?page=b)
page 3. (page.php?page=c)
i have a database with about 2000 words in it. in page=ai want to print all the word begining with the letter A for example.
my question is, does anyone know how i could get the first letter of (phpbuilder)
which would be (p)
im using php/mysql database.
any help would be much appreciated.