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']) ) { //...
can i load page w/ include files, then put "submit" button on master page that submits all data for all pages? i'm building a form from many places and want to run it all through one page.
thx in advc.