Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Ruzzykinz.
Today 06:14 PM
Last post by Bex
Today 06:42 PM
36 Replies, 67 Views
Go to first new post Selling 18 million pure...
11-28-2008 10:06 PM
by Sticky
Last post by Horde
Today 06:40 PM
6 Replies, 83 Views
Go to first new post Its my Birthday tomorrow.
12-02-2008 07:23 AM
by Zombies
Last post by Bex
Today 06:38 PM
59 Replies, 300 Views
Go to first new post Fucking AMAZING!!!
11-21-2008 02:16 PM
Last post by Hale'iwa
Today 06:38 PM
13 Replies, 118 Views
Go to first new post Buy it NOW! Special...
11-19-2008 10:30 PM
Last post by babygi9538
Today 06:34 PM
71 Replies, 888 Views
Reply
 
LinkBack Thread Tools Display Modes

 Random Number [PHP]
Old 10-18-2006, 04:56 PM   #1 (permalink)
Oosband
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Random Number [PHP]

Using this small script you can create random numbers and display them where you want to on your site.

Just add this simple code to your web page where you would like it to appear;

Code:
<?php
$rand = rand(0, 50);
echo "Random Number: $rand";
?>
0 is the lowest number that can be generated, you can change this to what ever number you would like to be the lowest.

50 is the highest number that can be generated, you can change this to what ever number you would like to be the highest.

If you liked this tutorial, please click the link in my sig and go to my site to find may others.
  Reply With Quote

 
Old 10-31-2006, 06:09 AM   #2 (permalink)
unlimitedorb
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Short and Concise, nice.
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
random quiz... angelwells917 General Discussion 37 04-08-2007 05:34 PM
Random Images [ PHP] Oosband Tutorials 3 11-19-2006 07:15 AM
Random Thoughts wTF ||? Evan General Discussion 5 11-03-2006 06:58 AM
A few random questions... Ashemotos MapleStory 43 10-19-2006 10:53 PM
Random Question. monster Chat 5 10-03-2006 04:40 PM

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:42 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.09554601 seconds (100.00% PHP - 0% MySQL) with 18 queries