UK Webmaster Talk - Online Marketing - SEO


 

Randome Image of quote in php.

This is a discussion on Randome Image of quote in php. within the Programming Articles forums, part of the Webmaster Articles/Tutorials category; PHP is a very good web programming language. You can virtually do anything with it. Here is how it has ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Webmaster Articles > Webmaster Articles/Tutorials > Programming Articles

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 09-04-2005, 11:50   #1 (permalink)
WMT Addict
 
Join Date: Apr 2005
Location: Brighton,UK
Posts: 162
iTrader: 0 / 0%
asgsoft is on a distinguished road
Default Randome Image or quote in php.

PHP is a very good web programming language. You can virtually do anything with it. Here is how it has made it possible to genrate a randome quote or an image.
PHP Code:
<?php 
$codes 
= array( "image1","image2","image3","image4","image5","image6","image7","image8","image9","image10"); 

shuffle($codes); 

$i=0

$number=1; while(list(, $code) = each($codes)) { 
if (
$i>=$number) { break; } 
echo 
"$code"
echo 
''
$i++; 
?>
All you have to do is change the bit where it says image* to either image filename or a quote, and that's it. How easy!

Last edited by asgsoft; 10-04-2005 at 12:50.
asgsoft is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
image, php, randome

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
Resizing Image bradk Graphics Forum 7 13-10-2007 20:16
Image rollovers monaghan HTML, DHTML and CSS 7 10-10-2005 19:21
Image Hosting Site rustypaulin Website Development Forum 8 19-08-2005 13:02
Free Image Host! torelliwebhost Ads, Offers & Services 0 14-07-2005 21:38
Is .swf a image format? robertall Graphics Forum 15 24-04-2005 07:19


All times are GMT +1. The time now is 19:23.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41