Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while( odbc_fetch_row( $resultID ) ) {
  2. $nbrow++;
  3. for $(i = 1; $i < 19; ++$i) {
  4. $tmp= odbc_result( $resultID, 1 );
  5. if (tmp != "" ){
  6. echo "<option value='$tmp'>$tmp</option>";
  7. }
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement