select and display random records using php and mysql
$select_query="select * from student order by rand()";
Now every time this query after execution comes with random records. So this is the way to select and display random records.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment