1 2 3 4 5 6
<?phprequire("../inc/configure.php");$sql = "insert into header (data) values ('經手人')";mysql_query($sql);echo 'ok';?>