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?
