";
-
- for ($i = 0; $i < $num_fields; $i++) {
- echo "| ";
- echo $row[$i];
- echo " | ";
- }
-
- echo "
";
- }
- }
- /**
- * The PHP module in the CUBRID runs in a 3-tier architecture. Even when
- * calling SELECT for transaction processing, it is processed as a part
- * of the transaction. Therefore, the transaction needs to be rolled back
- * by calling commit or rollback even though SELECT was called for smooth
- * performance.
- */
- cubrid_commit($cubrid_con);
- cubrid_disconnect($cubrid_con);
- ?>
-
-