with this code, i can retrieve the row number that is selected, but not any of the actual values - name, id etc. how do i retrieve that?
here's my code:
//select the table
$result = mysql_query("select * from equipment where catid=4")or die(mysql_error());
if ( isset($_POST['submit']) ) { //...