Changeset 5226 for temp/trunk
- Timestamp:
- 2006/09/20 13:03:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/inquiry.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/inquiry.php
r5225 r5226 87 87 88 88 if ( ! $error ){ 89 89 /* 90 90 if ( ! is_numeric($_POST['question_id']) ){ 91 91 //ÅÐÏ¿ … … 95 95 } 96 96 $sql_val = array( $value, $_POST['title'] ,$question_id ); 97 //$conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date) VALUES (?, ?, ?, now())", $sql_val );97 $conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date) VALUES (?, ?, ?, now())", $sql_val ); 98 98 $objPage->MESSAGE = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; 99 99 … … 115 115 sfReload(); 116 116 } 117 */ 117 118 } else { 118 119
Note: See TracChangeset
for help on using the changeset viewer.
