Whats Wrong With This ?

Discussion in 'PHP' started by calcalmx123, Jun 1, 2008.

  1. #1
    edit

    now all working thanks rep added to all you
     
    calcalmx123, Jun 1, 2008 IP
  2. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #2
    You have input spelled as imput.
     
    MakeThatDollar, Jun 1, 2008 IP
    calcalmx123 likes this.
  3. calcalmx123

    calcalmx123 Well-Known Member

    Messages:
    1,498
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    195
    #3
    still broken...
     
    calcalmx123, Jun 1, 2008 IP
  4. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #4
    where r the semi-colon ( ; ) after each echo ?

    ex : <BODY BGCOLOR="<? echo $_POST['col']; ?>">
     
    commandos, Jun 1, 2008 IP
    calcalmx123 likes this.
  5. Dagon

    Dagon Active Member

    Messages:
    122
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #5
    use $_POST not $_post
    use <?php instead of <? for maximum compatibility
    and the semicolons as stated above
     
    Dagon, Jun 1, 2008 IP
    calcalmx123 likes this.