// get value of id that sent from address bar
$id=intval($_Post['id']);
$username = $_Post['username'];
$password = $_Post['password'];
$email = $_Post['email'];

For inserted/updated data use mysql_real_escape_string
jomasaco Reviewed by jomasaco on . Little help in SQL i am trying to edit 3 value from 7 values on a mysql table . But seems not working. Do i need to edit all values ? using simple update command and using forms to put data. Rating: 5