Hi all,
Could someone please tell me how I can do the following ?
I have a table in mysql called ITEMS, and the table contains 5 items (A, B, C, D, E).
I want to select 3 items at random from the database each time the page is loaded.
After the items have been selected I want to store them in variable:
ie:
var_1 = A
var_2 = C
var_3 = D
is it possible to do the above ?
Thanks
Janak