This example illustrates how to fetch random data from database table.
In this example we create select statement with ORDER BY RAND() clause. The RAND() clause is used to fetch data from table randomly. The output display on the browser as below, when refresh the browser data fetched randomly from table.
Table: users

Source Code of sql_random.php
<?php
|
Output:
![]()
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.