InterviewSolution
Saved Bookmarks
| 1. |
How To Get Random Records In Mysql Using Codeigniter? |
|
Answer» We can USE this: $this->DB->order_by(‘ID’,’RANDOM’); We can use this: $this->db->order_by(‘id’,’RANDOM’); |
|