Hi I have two different tables containing lot of images.
I need to display 50 random images from both tables. How can I do like that.
How can I select random images using MySQL?
or
if I select 100 images from both tables. How can I choose 50 random images from that array using php?
any body knows the solution please help me.