Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 23-04-08
pete_coles's Avatar
Moderator
 
Join Date: May 2007
Posts: 84
Thanks: 0
Thanked 2 Times in 1 Post
pete_coles seems to know their stuff
  Generating random headers in php

Hi everyone

I'll start by saying i'm not a php guy at all so excuse me if this question is very basic.
All i am trying to do is add a little script that will pull out a different heading from a list randomly.

I.e if i have a list like this:

<h1>some heading</h1>
<h1>another heading</h1>
<h1>a third heading</h1>

I'd like the script to pull one out at random and print it onto the page if you know what I mean

Any suggestions?

Cheers - Pete
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 23-04-08
Registered User
 
Join Date: Jan 2008
Posts: 233
Thanks: 1
Thanked 5 Times in 4 Posts
t4xi-- is an unknown quantity at this point
  Re: Generating random headers in php

PHP Code:
srand(time());
$random = (rand()%3);
if (
$random == 0){
echo
"<h1>some heading</h1>";
}
elseif (
$random == 1){
echo
"<h1>another heading</h1>";
}
elseif (
$random == 2){
echo
"<h1>a third heading</h1>";

just change the %3 to however many different headings you want to choose from
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 23-04-08
pete_coles's Avatar
Moderator
 
Join Date: May 2007
Posts: 84
Thanks: 0
Thanked 2 Times in 1 Post
pete_coles seems to know their stuff
  Re: Generating random headers in php

Legend mate, thanks very much, worked like a dream
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
php socket read morleymouse Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 2 16-12-07 01:01 PM
Learning PHP Book getvisible Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 22 24-03-07 10:09 PM
PHP and email headers - max line length ? Aquanuke Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 3 19-07-05 12:04 PM
Anyone anygood with xml, php, mysql and Affiliate Window AnnonnyMouse The Affiliate Marketing Lounge 1 23-09-04 11:00 AM
PHP or Browser Timeout? Barry Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 6 28-04-04 01:04 PM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7