Search results

  1. S

    attempting to retrieve data from dynamic checkbox with php?

    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']) ) { //...
  2. S

    include files loading in "master" php page. how to "submit" all info at once?

    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.
Back
Top