[m]include "config.php"; $id=$_GET['id']; $qry=mysql_query("select * from register where id='$id'"); $count=mysql_num_rows($qry); while($get=mysql_fetch_array($qry)) {$radio=$get['active'];?> Primeiro Nome Ultimo Nome Numero Email Cidade Empresa Morada
Submit
Its and EDITING PAGE.
But the only thing its working = When I change the name on "Morada" ... it changes the name of "email" instead ... and thats the only thing that is working :S , maybe u can send me a code of update? :S