Jump to content

random value inside php foreach loop


bugcoder

Recommended Posts

Hi all,

 

did anyone came across a situation when you have to select random values from table e.g like this

 

array is this (Note: 1 id is twice in below array)

$ids = array(1,2,1,3,4);

 

and when i foreach loop on $ids array and use

 

ORDER BY RAND() ASC limit 1

 

in mysql query from hasandbelongsToMany third table to fetch random data against above $ids array ids, i get the same record for 1

 

where as i want random record.

 

Does random of mysql works in foreach loop in too short time?

 

If not how to overcome this situation?

 

============

might be my question is still not clear to many.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.