• 0

Random number in html/php link


Question

I'd like to generate a random number from between 1 and 5000,

This is how a link normally looks on my website - http://mysite.net/in...ils.php?mid=754

The code for this is generated by <a href="http://mysite.net/index.php/details.php?mid='.$v['id'].'"> (the number is chosen depending on which link is selected. - the ID is being retrieved from a database)

I'd like to create a seperate link that whenever its clicked it throws a random number in place. Can anyone help me achieve this?

Link to comment
https://www.neowin.net/forum/topic/1059738-random-number-in-htmlphp-link/
Share on other sites

10 answers to this question

Recommended Posts

  • 0


<a href="http://mysite.net/index.php/details.php?mid=<?php echo rand(1,15000); ?>">LINK</a>
[/CODE]

That should do it

If it is already between PHP tags then

[CODE]
<a href="http://mysite.net/index.php/details.php?mid='. rand(1,15000) .'">LINK</a>
[/CODE]

  • 0
  On 23/02/2012 at 13:27, Lingwo said:


<a href="http://mysite.net/index.php/details.php?mid=<?php echo rand(1,15000); ?>">LINK</a>
[/CODE]

That should do it

Thanks that worked :D

I do however have a slight problem, in a few cases there is an ID missing (when I've made a mistake and deleted an entry in the database) so it throws up an error when its tries to retrieve 54 for example and there isn't a 54 in the database.

Is there any way around this?

  • 0

Only way i can see is either do an if on the details.php page to say "if the returned query row count is 0" then display a friendly error or write function that will grab all the ID's from a database and then randomize a number from that.

Is this a site you've made yourself or is it running on an existing software?

  • 0

Forget the random ID in the URL. Just create a page that randomly selects a page from your database. Use SQL to do this.

Depending on what database you're using, it will look something like this:

SELECT * FROM table
ORDER BY RAND()
LIMIT 1[/CODE]

http://www.petefreit...om/item/466.cfm

This is how you'd want to implement something like StumbleUpon.

  • 0
  On 23/02/2012 at 17:14, marklcfc said:

Do I just stick that code in a php file?

No, you would have to modify the code that reads the page-id from the URL and uses it to look up the page in the database. Somewhere, there will be code that looks like:

SELECT * FROM table WHERE pageid=mid[/CODE]

[color=#282828]That code will return the data for the page that was specified in the URL. Instead, you want something more like:

[CODE]SELECT * FROM table ORDER BY RAND() LIMIT 1[/CODE]

[/color]

[color=#282828]Of course, you have to change the part that says "table" to the name of the table you are reading in the database.[/color]

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • UI is slow but you prefer a slower UI to a snappier UI basically. Everyone is different.
    • XFX 9060 XT 16 GB is $349 on Amazon (shipped & sold by Amazon) https://www.amazon.com/dp/B0F8...p;previewDohDeal=1&th=1 People - never trust any neowin deals posted - they are the worst at seeking deals, and just want to peddle their own to make a quick buck. It's disgusting.
    • It's a grey market key - proceed at your own risk. It's baffling that neowin supports this shady stuff.
    • Arc 1.57.0 by Razvan Serea ARC browser is finally here for Windows, bringing its unique and modern approach to browsing. With a clean interface and a powerful sidebar, ARC makes managing tabs and organizing your workflow a breeze. You can group tabs, pin important pages, and quickly switch between work and personal spaces without clutter. It’s designed to be fast, customizable, and genuinely useful, making it more than just a browser—it’s a productivity tool. If you’re on Windows and want a fresh way to browse and stay organized, ARC is worth checking out. ARC browser key features: Split View: Work with multiple tabs side by side in a single window for efficient multitasking. Tab Grouping: Organize tabs into customizable groups for better workflow management. Pinned Tabs: Keep essential pages permanently accessible in the sidebar. Spaces: Create separate workspaces for different projects or personal use, reducing clutter. Sidebar Integration: Access bookmarks, notes, and tools directly from the sidebar for quick navigation. Customizable Themes: Personalize the browser’s appearance with themes and color schemes. Quick Search: Find tabs, history, or bookmarks instantly with a powerful search bar. Lightning-Fast Performance: Built for speed with optimized resource usage and minimal lag. Built-in Note-Taking: Jot down ideas or save snippets directly within the browser. Focus Mode: Hide distractions and focus on a single tab or task. Cross-Device Syncing: Seamlessly sync your data across multiple devices for a unified experience. Keyboard Shortcuts: Boost productivity with customizable shortcuts for common actions. AI-Powered Suggestions: Get smart recommendations for tabs, bookmarks, and workflows. Privacy Controls: Built-in tools for blocking trackers and managing cookies for enhanced security. Extensions Support: Compatible with popular browser extensions to extend functionality. Arc Browser 1.57.0 release notes: ''Thanks as always for using Arc. This week's release includes a bump to Chromium 137.0.7151.69, which patched three security vulnerabilities. Enjoy!'' Download: Arc Browser 1.57.0 | 1.9 MB (Freeware) View: Arc Browser Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • First Post
      Uranus_enjoyer earned a badge
      First Post
    • Week One Done
      Uranus_enjoyer earned a badge
      Week One Done
    • Week One Done
      jfam earned a badge
      Week One Done
    • First Post
      survivor303 earned a badge
      First Post
    • Week One Done
      CHUNWEI earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      427
    2. 2
      +FloatingFatMan
      237
    3. 3
      ATLien_0
      213
    4. 4
      snowy owl
      210
    5. 5
      Xenon
      160
  • Tell a friend

    Love Neowin? Tell a friend!