What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Random Quote into HTML

Random Quote into HTML
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Random Quote into HTML
tbh in php it should be...
code:
<?php
$quotes = array('Quote 1', 'Quote 2');

echo $quotes[rand(0, count($quotes)-1)];
?>
03-16-2006 07:45 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Random Quote into HTML - by Joe on 03-16-2006 at 07:33 PM
RE: Random Quote into HTML - by ShawnZ on 03-16-2006 at 07:38 PM
RE: Random Quote into HTML - by henri on 03-16-2006 at 07:41 PM
RE: Random Quote into HTML - by Eljay on 03-16-2006 at 07:45 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