In order to manipulate the html tags in php I need to set a name for them, while javascript uses the id, but can I have some kind of future problem if I use the same name that I set for name in ids? br>
Ex. <input type="text" id="user" name="user">
if not, is this practice recommended or used? Or by convention do you generally assign different names?