Table Insert

:

$value) { if(!endsWith($key, "-null")){ if(!in_array($key, $columns)) throw new Exception("Wrong column name : ".htmlspecialchars($key)); if(!isset($_POST[$key.'-null'])) $data[$key] = $value; } } insertTableLine($_schema, $_table, $data); echo "

Insertion complete

"; }catch(Exception $e){ echo "

".$e->getMessage()."

"; } ?>


NULL