Internet Marketing Forums - Where Great Marketing Ideas Come to Life Internet Marketing Forums - Where Great Marketing Ideas Come to Life

Go Back   Internet Marketing Forums .Net > Internet Marketers' Products and Services > Programming / Scripts
User Name
Password
Register FAQ Members List Classifieds Blog Mark Forums Read

Notices

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-11-2009, 10:37 PM
homes_kelly's Avatar
Set Avatar
Junior Member
 
Join Date: Jan 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
homes_kelly is on a distinguished road
PHP include help!

Ok i have this working script now thanks to a member here:

Quote:
<?
//populate following array with image urls
$images = Array(
"http://www.xninelivesx.com/header_1.jpg",
"http://www.xninelivesx.com/header_2.jpg",
"http://www.xninelivesx.com/header_3.jpg",
"http://www.xninelivesx.com/header_4.jpg",
"http://www.xninelivesx.com/header_5.jpg"
);

$random_image = $images[rand(0,count($images)-1)];

echo "<img src=\"$random_image\">";
?>

that works perfect.. now i need to use it as an include on my forums.. please give me the right code!

thanks,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-23-2009, 01:18 PM
jun24's Avatar
Set Avatar
Junior Member
 
Join Date: Jan 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
jun24 is on a distinguished road
What exactly do you mean? If I got it correctly here's my help:

Remove this code echo "<img src=\"$random_image\">"; and Save your block of code in a filename like randomimage.php.

if you wanted to use it as a split test then do this:
1. on the first line put this: <?php include 'randomimage.php' ?>
2. and in an image tag, put this <img alt="random image" src="<php echo $random_image; ?>" />

Hope that will help.

Last edited by jun24; 01-23-2009 at 01:20 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-14-2009, 08:38 AM
jane0109's Avatar
Set Avatar
Junior Member
 
Join Date: Feb 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
jane0109 is on a distinguished road
Now I know how will I tweak that code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP include help! nirose Programming / Scripts 0 12-28-2008 06:37 AM
PHP confusion Buggy123 Programming / Scripts 1 10-14-2008 07:46 PM
Indian PHP developer shru_development Making Money / Main Discussion Forum 0 04-12-2008 09:48 AM



All times are GMT -5. The time now is 11:30 AM.

Products
This is a revenue share forum


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Internet Marketing ForumsAd Management by RedTyger

Internet Marketing News | Prospect Response
Hosted By Server Yard

Internet Marketing Forums - Bringing Internet Marketing Ideas to Reality Internet Marketing Forums - Bringing Internet Marketing Ideas to Reality Internet Marketing Forums - Bringing Internet Marketing Ideas to Reality

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19