[this is fetching the data, so i can edit and uppdate the required fields...] $serverip="000.000.000.00"; $username="user"; $password="pass"; $database="database"; mysql_connect($serverip,$username,$password); mysql_select_db($database); $sql="SELECT * FROM anywhere order by a_id asc"; $res=mysql_query($sql); ?>
id name category_id owner_id
" /> " width="200px" height="100px" />

" />

" />

[This is update.php file where the data will send to update]