HTML question

Discussion in 'HTML & Website Design' started by unknown34, Aug 30, 2011.

  1. #1
    I have this code here and I'm wondering how I can send it to an email and make more boxes could anyone help.

    <tr><td><input type="hidden" name="on0" value="Steam ID">Steam ID</td></tr><tr><td><input type="text" name="os0" maxlength="60"></td></tr><br />
    Code (markup):
    I press enter when I put something in doesn't work.

    I would like to have more boxes and able to send it to an email or game server cfg is this possible?

    thanks,
     
    unknown34, Aug 30, 2011 IP
  2. CptnKrunch

    CptnKrunch Guest

    Messages:
    7
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I believe that, in order to make an HTML form functional, you will need PHP, which is a server-side programming language. You might want to bring this question to them instead.

    Its in the programming area.
     
    CptnKrunch, Aug 30, 2011 IP
  3. digitalpoint.futureistic

    digitalpoint.futureistic Guest

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Hi,

    You need to know PHP language and for that you must refer w3schools and php.net.

    Thanking You,
    Futureistic Team
     
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,846
    Likes Received:
    4,543
    Best Answers:
    123
    Trophy Points:
    665
    #4
    You don't start or end the form... Basic html which tells your browser where to send the data in those input fields.

    I don't get what you are trying to achieve... Could you explain a bit more clearly. Create more steam accounts?
     
    sarahk, Sep 3, 2011 IP
  5. unknown34

    unknown34 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    When people register for admin they input their steam id into the box, finding out ways to receive it or the script automatically inputs it into the admins.cfg when payment would be complete.
     
    unknown34, Sep 3, 2011 IP
  6. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #6
    Put the code into a form. Submit that form to a PHP file. Write code in that PHP file to do what you want.
     
    Rukbat, Sep 3, 2011 IP