Hi.. I am a newbie in PHP and I need help to fix a problem. I wrote a php code which gets the English words and their meanings in Turkish. I am using Mysql database and printing the words on to the screen. The problem is I get the data randomly by using RAND().. I don't want to get the data randomly. I want to get it in a listed way,from the first character A to Z. Like this; Abdicate Arrogant. ... ... ... How can I fix that problem?
give us your table structures please, which fields are in which tables? also give us the sql query you're now using.. then we'll be able to help.