/[corp_html]/back/phormation/multiform.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /back/phormation/multiform.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Mon Jul 2 20:00:47 2001 UTC revision 1.3 by ravilov, Thu Jul 5 13:32:55 2001 UTC
# Line 67  Line 67 
67              }              }
68          }          }
69          echo '</select><input type="submit" name="ph_action" value="Update form"></td></tr>';          echo '</select><input type="submit" name="ph_action" value="Update form"></td></tr>';
70            echo "<tr><td colspan=\"3\"><hr></td></tr>";
71    
72          // now create a input field for each DB field          // now create a input field for each DB field
73          for( $j = 0; $j < $numforms; $j++ ) {          for( $j = 0; $j < $numforms; $j++ ) {
# Line 90  Line 91 
91    
92                  $func( $names[$i], $values[$j][$i], $fields[$i], $errors[$j][$i], $newdatatypes[$i] );                  $func( $names[$i], $values[$j][$i], $fields[$i], $errors[$j][$i], $newdatatypes[$i] );
93              }              }
94                echo "<tr><td colspan=\"2\"><hr></td></tr>";
95          }          }
96    
97          // finish the form          // finish the form

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26