Adblock breaks this site

Need help!! PLEASE! REP+

Discussion in 'Web Programming' started by ddg31, Dec 25, 2009.

  1. ddg31

    ddg31 Newcomer

    Joined:
    Nov 23, 2009
    Posts:
    19
    Referrals:
    0
    Sythe Gold:
    0
    Need help!! PLEASE! REP+

    Alright, i have a dynamic signature that connects to 1 image, is there a way I can like make it so there is an option between more than 1 image? so like halo3.png, halo31.php ect? I want them to be able to choose their backgrounds instead of using just 1.
     
  2. Rdogg999

    Rdogg999 Active Member

    Joined:
    Jan 16, 2008
    Posts:
    215
    Referrals:
    0
    Sythe Gold:
    0
    Need help!! PLEASE! REP+

    you could do this in the script

    PHP:
    if($_GET['background'] == "green") { 
    $background "green.png";
    } else { 
    if(
    $_GET['background'] == "red" 
    $background "red.png";
    }
    and so on... hope this helps!:laugh: :laugh:
     
< Help Me Build My Portfolio | Enlarge Image 2 >


 
 
Adblock breaks this site