Jump to content

Recommended Posts

I'm still pretty new to MySql, so I didn't know how to do this. I have a MySql table set up with phpmyadmin like this:

picture1va6.png What i am trying to do is randomize info from a this table. Like so: (HTML Output:)

<a href="watch.php?id=RANDOM TABLE ID">RANDOM MOVIE NAME FOR THE SAME ID AS LINK</a>

Something like that. Only 1 random string though. I don't really know how to explain what I am trying to do, but i hope someone can help.

Link to comment
https://forums.phpfreaks.com/topic/39887-mysql-row-randomization/
Share on other sites

Check this thread: http://www.phpfreaks.com/forums/index.php/topic,125759.0.html

 

The simplest method is just "ORDER BY RAND() LIMIT 1", but that isn't efficient for large data sets.  Try it out and see if it's fast enough for you.  If it is, no need to do any more :)

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.