Of course when you have a form input like <input type="text" id="1" name="city" value="">, PHP gets the name and value from a $_POST var, but what about the id? Is that even passed to the PHP $_POST values or is more of something that has to be manipulated with JavaScript?






Bookmarks