Hi everyone,
I'm trying to make a random quote script using php.
i have a mysql table 'quotes' with 3 columns, ID, quotes, author.
what i want to do is create a randomize number from 1 to the number of quotes available in the table base on the ID. Then display the quote base on that.
Any help would be greatly appreciated!





Bookmarks