Multiple update queries? Im guessing you can't do this in PHP/MySQL?PHP:---------$sql=mysql_query("UPDATE profile SET (name, heightft, heightin, bust, waist, hip,hair, eye, location, age, shoe, dress, special) VALUES ('$_POST[name]', '$_POST[heightft]', '$_POST[heightin]', '$_POST[bust]', '$_POST[waist]', '$_POST[hip]', '$_POST[hair]', '$_POST[eye]', '$_POST[location]', '$_POST[age]', '$_POST[shoe]', '$_POST[dress]', '$_POST[special]') where name='$_POST[model]'");---------Would I need to update each field with its own update query or something? To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. |