Results 1 to 3 of 3

Thread: Forms - name or id? [resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090

    Resolved Forms - name or id? [resolved]

    OK. Whenever I use forms that submit data to a PHP document I give the input element a name attribute so that I can get their values in the PHP. But I also know that name is being phased out and being replaced by id. The problem is that using id I can't get the values in the PHP code from the form. Is there a way to do this or should I still be using name attributes for this?
    Last edited by Acidic; Oct 8th, 2004 at 07:40 AM.
    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width