What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Wordpress help

Wordpress help
Author: Message:
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: Wordpress help
code:
<?
$random_text = array
(
"Random Text 1",
"Random Text 2",
"Random Text 3",
"Random Text 4",
"Random Text 5"
);
$count = count($random_text);
$randomize = (rand()%$count);
echo ("$random_text[$randomize]");
?>

Sorry about the DP. This works and is much better ;)
Touch Innovation - touch friendly programs/applications for the windows mobile!


07-07-2006 10:26 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Wordpress help - by Tasha on 07-07-2006 at 09:14 PM
RE: Wordpress help - by Thor on 07-07-2006 at 09:31 PM
RE: Wordpress help - by Nathan on 07-07-2006 at 09:58 PM
RE: Wordpress help - by Nathan on 07-07-2006 at 10:26 PM
RE: Wordpress help - by RaceProUK on 07-07-2006 at 10:34 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On