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:
henri
Junior Member
**


Posts: 25
– / Male / –
Joined: May 2005
RE: Random Quote into HTML
Well You Can Do It In Php Here Is An Example
(This Has Been Tested On Php 4 And 5)
code:
<?php
$tip = rand(1,2); //Change The 2 To The Number Of Tip`s

if ($tip == 1) { //Tip 1
echo '<!--Insert Tip #1 Here-->';
}
if ($tip == 2) { //Tip 2
echo '<!--Insert Tip #2 Here-->';
}
?>

If You Have Any Problems Pm Me.

This post was edited on 03-16-2006 at 07:43 PM by henri.
[Image: henri.png]
03-16-2006 07:41 PM
Profile E-Mail 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