Need help!! PLEASE! REP+

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

Need help!! PLEASE! REP+
  1. Unread #1 - Dec 25, 2009 at 2:14 AM
  2. ddg31
    Joined:
    Nov 23, 2009
    Posts:
    19
    Referrals:
    0
    Sythe Gold:
    0

    ddg31 Newcomer

    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.
     
  3. Unread #2 - Dec 30, 2009 at 10:28 PM
  4. Rdogg999
    Joined:
    Jan 16, 2008
    Posts:
    215
    Referrals:
    0
    Sythe Gold:
    0

    Rdogg999 Active Member

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site