Quote:
Originally Posted by c4cyber
forms are created using html, the functionality they perform are usually handled by server side scripting like php, .net etc
|
QFT
-------------
<form>
<input type="textbox" value="Value">
<input type="submit" value="Submit">
</form>
-------------
Use PHP.
Depends on the form you need.
w3schools.com