Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 03-22-2009, 06:36 PM Random image or page
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
Hey.

I want to be able to display random text on my page. Is there a script that can do this?

Thanks

Alex
konetch is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-22-2009, 06:47 PM Re: Random image or page
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
Yes. Can you be more specific as to what you'd like it to do?

This, for instance, puts random text on a page:
PHP Code:
<?php
$my_text_options 
= array('text1','text2','text3');

echo 
$my_text_options[mt_rand(0,count($my_text_options)-1)];

?>
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE

Last edited by JeremyMiller; 03-22-2009 at 07:00 PM.. Reason: Correct typo
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 03-22-2009, 06:58 PM Re: Random image or page
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,898
Name: Keith Marshall
Location: Connecticut
Trades: 0
Hey Jeremy, you have a syntax error (it will look for an undefiend constant instead of a var).

echo $my_text_options[mt_rand(0,count($my_text_options)-1)];
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 03-22-2009, 07:00 PM Re: Random image or page
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
Thanks. I've adjusted the post. Good catch!
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Reply     « Reply to Random image or page
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.01069 seconds with 12 queries