submit button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    submit button

    hi ive made a little textbox with a submit button. when the submit button is pressed it goes to the right place but its always blank, no writing appears. what have i done wrong?

    <form name="counter" method="post" action="http://mysite.com/see.php">

    form code

    INPUT TYPE = "Submit" VALUE="work ffs">

    #2
    Missing $_POST

    PHP: $_POST - Manual

    Comment

    Working...
    X