Small Problem please help ... i will give rep

Discussion in 'HTML & Website Design' started by calcalmx123, Jun 1, 2008.

  1. #1
    whats wrong with it ?

    <HTML>
    <?
    if ($_post) {
    ?>
    <BODY BGCOLOR="<? echo $_POST['col'] ?>">
    <? echo $_post['msg'] ?>
    <p><A HREF="<? echo $_SERVER['PHP_SELF'] ?>">Let's Go Again</A>
    <?
    } else {
    ?>
    
    <body>
    <FORM METHOD="POST" ACTION="<? ECHO
    $_SERVER['PHP_SELF'] ?>">
    <p>Your Favorite Colour: <SELECT NAME="col">
    <OPTION VALUE="FF0000">red</OPTION>
    <OPTION VALUE="00FF00">green</OPTION>
    <OPTION VALUE="0000FF">Blue</OPTION>
    </SELECT>
    <p><IMPUT TYPE="SUBMIT" VALUE="send" />
    </form>
    <?
    
    }
    
    ?>
    
    </body>
    
    </html>
    PHP:
     
    calcalmx123, Jun 1, 2008 IP
  2. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #2
    I just answered your other thread :).

    You have input spelled as imput.
     
    MakeThatDollar, Jun 1, 2008 IP