Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Photo's On Web Site


1 reply to this topic

#1 nid2210

    Newbie

  • Kontributors
  • Pip
  • 3 posts
  • Gender:Male
  • Interests:Baseball, web design, my children and there sports

Posted 13 September 2010 - 01:57 AM

Hi I have a web site that i am creating for my local junior cricket club.

The issue that I am having is that I need to have a a photo gallery that will display images of trips, presentation nights etc.
So if anyone knows of a good photo gallery script that wont watermark my pictures that would be greatly appreciated.

Also if anyone has any ideas how i can make a photo rotator for the home page so a random picture will appear as the page is opened.


Thanks heaps

#2 web_designer

    "french rose sparkle under moonlight"...do you believe in the magic of moonlight??!!...

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,385 posts
  • Gender:Female
  • Location:US, CA
  • Interests:internet and the web
    reading books
    sport
    watching tv series
    drawings and art
  • myCENT:12.10
  • Spam Patrol

Posted 15 September 2010 - 08:44 AM

here is a link for some photo galleries i hope it will be good for you

http://www.smashingm...ows-lightboxes/


and here is a script i tested before for banner rotater, this code will be in a separate php file, for example banner.php

<?php
$Img1 ="path image1 ";

$Img2 ="path image2 ";

$Img3 ="path image3 ";

$num = rand (1,3);

$Image = ${'Img'.$num};

Print "<img src=\"".$Image."\" >"; 

?>


and you must use the include function to call banner.php

<?php include("banner.php");?>

good luck.




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users