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,
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.
Hi, You need to know PHP language and for that you must refer w3schools and php.net. Thanking You, Futureistic Team
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?
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.
Put the code into a form. Submit that form to a PHP file. Write code in that PHP file to do what you want.