(help) HTML CODE TRANSFERING

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

    (help) HTML CODE TRANSFERING

    Help guys, how can I do this example: In input code the name is "name" when I create a form and when user enter his name in input how to declare the name?
    example: <input name="name" maxlength="10" value=""/>

    Is there any HTML CODE for that? $(name) is not working.

    #2
    use
    Code:
    $_GET['name']

    Comment


      #3
      NO HTML,but you can use javascript or php or asp. Which ever suits you best.

      Comment

      Working...
      X